Html Css Color HEX #896260 Light Wood

📋 copy color: '#896260'

red 137 ◦ green 98 ◦ blue 96

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

Shades of Light Wood #896260

Tints of Light Wood #896260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 41.39%
G = 29.61%
B = 29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#896260 (or 0x896260) is known color: Light Wood. HEX triplet: 89, 62 and 60. RGB value is (137,98,96). Sum of RGB (Red+Green+Blue) = 137+98+96=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896260 is #769D9F. Grayscale: #6D6D6D. Windows color (decimal): -7773600 or 6316681. OLE color: 6316681.

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

Color convert

RGB 137 98 96 -
CMYK 0 0.28 0.30 0.46
HSL 2.93º 0.18% 0.46% -
HSV(B) 2.93º 0.3% 0.54% -
XYZ 16.8 14.9 13.06 -
YUV 109.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 137 98 96 0 0.28 0.30 0.46 2.93 0.18 0.46
Hex 89 62 60 0 1C 1E 2E 3 12 2E
Octal 211 142 140 0 34 36 56 3 22 56
Binary 10001001 1100010 1100000 0 11100 11110 101110 11 10010 101110

Color Harmonies of #896260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896260

Black with #896260

Text Example


Text Example

White with #896260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896260; }

 p { color: rgb(137,98,96); }

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

background-color css

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

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

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

border-color css

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

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

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