#64874A

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

Shades of Dingley #64874A

Tints of Dingley #64874A

Color information

#64874A (or 0x64874A) is unknown color: approx Dingley. HEX triplet: 64, 87 and 4A. RGB value is (100,135,74). Sum of RGB (Red+Green+Blue) = 100+135+74=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #64874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64874A is #9B78B5. Grayscale: #757575. Windows color (decimal): -10188982 or 4884324. OLE color: 4884324.

HSL color Cylindrical-coordinate representation of color #64874A: hue angle of 94.43º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64874A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB10013574-
CMYK0.2600.450.47
HSL94.43º29.19%40.98%-
HSV(B)94.43º45.19%52.94%-
XYZ15.1620.539.64-
YUV117.58103.4115.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=32.36%
G=43.69%
B=23.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135740.2600.450.4794.4329.1940.98
Hex64874A1A02D2F5e1d29
Octal14420711232055571363551
Binary1100100100001111001010110100101101101111101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64874A; }

 p { color: rgb(100,135,74); }

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

<style>
 a { background-color: #64874A; }

 a { background-color: rgb(100,135,74); }

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

<style>
 span { border-color: #64874A; }

 span { border-color: rgb(100,135,74); }

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