Html Css Color HEX #896564 Light Wood

📋 copy color: '#896564'

red 137 ◦ green 101 ◦ blue 100

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

Shades of Light Wood #896564

Tints of Light Wood #896564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 40.53%
G = 29.88%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896564 (or 0x896564) is known color: Light Wood. HEX triplet: 89, 65 and 64. RGB value is (137,101,100). Sum of RGB (Red+Green+Blue) = 137+101+100=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896564 is #769A9B. Grayscale: #6F6F6F. Windows color (decimal): -7772828 or 6579593. OLE color: 6579593.

HSL color Cylindrical-coordinate representation of color #896564: hue angle of 1.62º 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 #896564 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 100 -
CMYK 0 0.26 0.27 0.46
HSL 1.62º 0.16% 0.46% -
HSV(B) 1.62º 0.27% 0.54% -
XYZ 17.27 15.55 14.15 -
YUV 111.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 137 101 100 0 0.26 0.27 0.46 1.62 0.16 0.46
Hex 89 65 64 0 1A 1B 2E 2 10 2E
Octal 211 145 144 0 32 33 56 2 20 56
Binary 10001001 1100101 1100100 0 11010 11011 101110 10 10000 101110

Color Harmonies of #896564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896564

Black with #896564

Text Example


Text Example

White with #896564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896564; }

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

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

background-color css

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

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

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

border-color css

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

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

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