Html Css Color HEX #896464 Light Wood

📋 copy color: '#896464'

red 137 ◦ green 100 ◦ blue 100

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

Shades of Light Wood #896464

Tints of Light Wood #896464

RGB

 RED value IS 137 (53.91% from 255) = 40.65%

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 40.65%
G = 29.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896464 (or 0x896464) is known color: Light Wood. HEX triplet: 89, 64 and 64. RGB value is (137,100,100). Sum of RGB (Red+Green+Blue) = 137+100+100=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896464 is #769B9B. Grayscale: #6F6F6F. Windows color (decimal): -7773084 or 6579337. OLE color: 6579337.

HSL color Cylindrical-coordinate representation of color #896464: hue angle of 0º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896464 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 100 -
CMYK 0 0.27 0.27 0.46
HSL 0.16% 0.46% -
HSV(B) 0.27% 0.54% -
XYZ 17.17 15.35 14.11 -
YUV 111.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 137 100 100 0 0.27 0.27 0.46 0 0.16 0.46
Hex 89 64 64 0 1B 1B 2E 0 10 2E
Octal 211 144 144 0 33 33 56 0 20 56
Binary 10001001 1100100 1100100 0 11011 11011 101110 0 10000 101110

Color Harmonies of #896464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896464

Black with #896464

Text Example


Text Example

White with #896464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896464; }

 p { color: rgb(137,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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