#64704B

Color #64704B Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #64704B

Tints of Chalet Green #64704B

Color information

#64704B (or 0x64704B) is unknown color: approx Chalet Green. HEX triplet: 64, 70 and 4B. RGB value is (100,112,75). Sum of RGB (Red+Green+Blue) = 100+112+75=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #64704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64704B is #9B8FB4. Grayscale: #686868. Windows color (decimal): -10194869 or 4943972. OLE color: 4943972.

HSL color Cylindrical-coordinate representation of color #64704B: hue angle of 79.46º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64704B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB10011275-
CMYK0.1100.330.56
HSL79.46º19.79%36.67%-
HSV(B)79.46º33.04%43.92%-
XYZ12.3214.818.87-
YUV104.19111.52125.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=34.84%
G=39.02%
B=26.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112750.1100.330.5679.4619.7936.67
Hex64704BB021384f1425
Octal14416011313041701172445
Binary11001001110000100101110110100001111000100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64704B; }

 p { color: rgb(100,112,75); }

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

<style>
 a { background-color: #64704B; }

 a { background-color: rgb(100,112,75); }

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

<style>
 span { border-color: #64704B; }

 span { border-color: rgb(100,112,75); }

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