Html Css Color HEX #64694C Woodland

📋 copy color: '#64694C'

red 100 ◦ green 105 ◦ blue 76

#64694C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #64694C

Tints of Woodland #64694C

RGB

 RED value IS 100 (39.45% from 255) = 35.59%

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 35.59%
G = 37.37%
B = 27.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#64694C (or 0x64694C) is known color: Woodland. HEX triplet: 64, 69 and 4C. RGB value is (100,105,76). Sum of RGB (Red+Green+Blue) = 100+105+76=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #64694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64694C is #9B96B3. Grayscale: #646464. Windows color (decimal): -10196660 or 5007716. OLE color: 5007716.

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

Color convert

RGB 100 105 76 -
CMYK 0.05 0 0.28 0.59
HSL 70.34º 0.16% 0.35% -
HSV(B) 70.34º 0.28% 0.41% -
XYZ 11.61 13.33 8.8 -
YUV 100.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 100 105 76 0.05 0 0.28 0.59 70.34 0.16 0.35
Hex 64 69 4C 5 0 1C 3B 46 10 23
Octal 144 151 114 5 0 34 73 106 20 43
Binary 1100100 1101001 1001100 101 0 11100 111011 1000110 10000 100011

Color Harmonies of #64694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64694C

Black with #64694C

Text Example


Text Example

White with #64694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64694C;
 }
 .AnyTagClassName
 {
   color: #64694C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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