Html Css Color HEX #64684B Woodland

📋 copy color: '#64684B'

red 100 ◦ green 104 ◦ blue 75

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

Shades of Woodland #64684B

Tints of Woodland #64684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 35.84%
G = 37.28%
B = 26.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#64684B (or 0x64684B) is known color: Woodland. HEX triplet: 64, 68 and 4B. RGB value is (100,104,75). Sum of RGB (Red+Green+Blue) = 100+104+75=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #64684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64684B is #9B97B4. Grayscale: #636363. Windows color (decimal): -10196917 or 4941924. OLE color: 4941924.

HSL color Cylindrical-coordinate representation of color #64684B: hue angle of 68.28º 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 #64684B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 104 75 -
CMYK 0.04 0 0.28 0.59
HSL 68.28º 0.16% 0.35% -
HSV(B) 68.28º 0.28% 0.41% -
XYZ 11.48 13.12 8.58 -
YUV 99.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 100 104 75 0.04 0 0.28 0.59 68.28 0.16 0.35
Hex 64 68 4B 4 0 1C 3B 44 10 23
Octal 144 150 113 4 0 34 73 104 20 43
Binary 1100100 1101000 1001011 100 0 11100 111011 1000100 10000 100011

Color Harmonies of #64684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64684B

Black with #64684B

Text Example


Text Example

White with #64684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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