#64674B

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

Shades of Woodland #64674B

Tints of Woodland #64674B

Color information

#64674B (or 0x64674B) is unknown color: approx Woodland. HEX triplet: 64, 67 and 4B. RGB value is (100,103,75). Sum of RGB (Red+Green+Blue) = 100+103+75=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #64674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64674B is #9B98B4. Grayscale: #636363. Windows color (decimal): -10197173 or 4941668. OLE color: 4941668.

HSL color Cylindrical-coordinate representation of color #64674B: hue angle of 66.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64674B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB10010375-
CMYK0.0300.270.60
HSL66.43º15.73%34.9%-
HSV(B)66.43º27.18%40.39%-
XYZ11.3812.928.55-
YUV98.91114.51128.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=35.97%
G=37.05%
B=26.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100103750.0300.270.6066.4315.7334.9
Hex64674B301B3C421023
Octal1441471133033741022043
Binary11001001100111100101111011011111100100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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