#64694A

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

Shades of Woodland #64694A

Tints of Woodland #64694A

Color information

#64694A (or 0x64694A) is unknown color: approx Woodland. HEX triplet: 64, 69 and 4A. RGB value is (100,105,74). Sum of RGB (Red+Green+Blue) = 100+105+74=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #64694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64694A is #9B96B5. Grayscale: #646464. Windows color (decimal): -10196662 or 4876644. OLE color: 4876644.

HSL color Cylindrical-coordinate representation of color #64694A: hue angle of 69.68º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64694A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB10010574-
CMYK0.0500.300.59
HSL69.68º17.32%35.1%-
HSV(B)69.68º29.52%41.18%-
XYZ11.5413.318.44-
YUV99.97113.34128.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=35.84%
G=37.63%
B=26.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105740.0500.300.5969.6817.3235.1
Hex64694A501E3B461123
Octal1441511125036731062143
Binary110010011010011001010101011110111011100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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