#64883E

Color #64883E Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #64883E

Tints of Dingley #64883E

Color information

#64883E (or 0x64883E) is unknown color: approx Dingley. HEX triplet: 64, 88 and 3E. RGB value is (100,136,62). Sum of RGB (Red+Green+Blue) = 100+136+62=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #64883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64883E is #9B77C1. Grayscale: #757575. Windows color (decimal): -10188738 or 4098148. OLE color: 4098148.

HSL color Cylindrical-coordinate representation of color #64883E: hue angle of 89.19º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64883E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB10013662-
CMYK0.2600.540.47
HSL89.19º37.37%38.82%-
HSV(B)89.19º54.41%53.33%-
XYZ14.9320.677.76-
YUV116.897.07116.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=33.56%
G=45.64%
B=20.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136620.2600.540.4789.1937.3738.82
Hex64883E1A0362F592527
Octal1442107632066571314547
Binary1100100100010001111101101001101101011111011001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64883E; }

 p { color: rgb(100,136,62); }

 H1.HeaderClassName
 {
   color: #64883E;
 }
 .AnyTagClassName
 {
   color: #64883E;
 }
</style>
background-color css

<style>
 a { background-color: #64883E; }

 a { background-color: rgb(100,136,62); }

 div.DivClassName
 {
   background-color: #64883E;
 }
 .BgClassName
 {
   background-color: #64883E;
 }
</style>
border-color css

<style>
 span { border-color: #64883E; }

 span { border-color: rgb(100,136,62); }

 td.TdClassName
 {
   border-color: #64883E;
 }
 .TagClassName
 {
   border-color: #64883E;
 }
</style>