Html Css Color HEX #64684A Woodland

📋 copy color: '#64684A'

red 100 ◦ green 104 ◦ blue 74

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

Shades of Woodland #64684A

Tints of Woodland #64684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 35.97%
G = 37.41%
B = 26.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#64684A (or 0x64684A) is known color: Woodland. HEX triplet: 64, 68 and 4A. RGB value is (100,104,74). Sum of RGB (Red+Green+Blue) = 100+104+74=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #64684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684A is #9B97B5. Grayscale: #636363. Windows color (decimal): -10196918 or 4876388. OLE color: 4876388.

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

Color convert

RGB 100 104 74 -
CMYK 0.04 0 0.29 0.59
HSL 68º 0.17% 0.35% -
HSV(B) 68º 0.29% 0.41% -
XYZ 11.44 13.1 8.4 -
YUV 99.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 100 104 74 0.04 0 0.29 0.59 68 0.17 0.35
Hex 64 68 4A 4 0 1D 3B 44 11 23
Octal 144 150 112 4 0 35 73 104 21 43
Binary 1100100 1101000 1001010 100 0 11101 111011 1000100 10001 100011

Color Harmonies of #64684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64684A

Black with #64684A

Text Example


Text Example

White with #64684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64684A;
 }
 .AnyTagClassName
 {
   color: #64684A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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