#64693F

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

Shades of Woodland #64693F

Tints of Woodland #64693F

Color information

#64693F (or 0x64693F) is unknown color: approx Woodland. HEX triplet: 64, 69 and 3F. RGB value is (100,105,63). Sum of RGB (Red+Green+Blue) = 100+105+63=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #64693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64693F is #9B96C0. Grayscale: #626262. Windows color (decimal): -10196673 or 4155748. OLE color: 4155748.

HSL color Cylindrical-coordinate representation of color #64693F: hue angle of 67.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64693F is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB10010563-
CMYK0.0500.40.59
HSL67.14º25%32.94%-
HSV(B)67.14º40%41.18%-
XYZ11.213.176.65-
YUV98.72107.84128.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 63 (25% from 255) = 23.51%
R=37.31%
G=39.18%
B=23.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105630.0500.40.5967.142532.94
Hex64693F50283B431921
Octal144151775050731033141
Binary110010011010011111111010101000111011100001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64693F; }

 p { color: rgb(100,105,63); }

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

<style>
 a { background-color: #64693F; }

 a { background-color: rgb(100,105,63); }

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

<style>
 span { border-color: #64693F; }

 span { border-color: rgb(100,105,63); }

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