Html Css Color HEX #896261 Light Wood

📋 copy color: '#896261'

red 137 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #896261

Tints of Light Wood #896261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 41.27%
G = 29.52%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896261 (or 0x896261) is known color: Light Wood. HEX triplet: 89, 62 and 61. RGB value is (137,98,97). Sum of RGB (Red+Green+Blue) = 137+98+97=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #896261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896261 is #769D9E. Grayscale: #6D6D6D. Windows color (decimal): -7773599 or 6382217. OLE color: 6382217.

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

Color convert

RGB 137 98 97 -
CMYK 0 0.28 0.29 0.46
HSL 1.5º 0.17% 0.46% -
HSV(B) 1.5º 0.29% 0.54% -
XYZ 16.84 14.92 13.3 -
YUV 109.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 137 98 97 0 0.28 0.29 0.46 1.5 0.17 0.46
Hex 89 62 61 0 1C 1D 2E 2 11 2E
Octal 211 142 141 0 34 35 56 2 21 56
Binary 10001001 1100010 1100001 0 11100 11101 101110 10 10001 101110

Color Harmonies of #896261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896261

Black with #896261

Text Example


Text Example

White with #896261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896261; }

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

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

background-color css

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

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

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

border-color css

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

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

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