Html Css Color HEX #876160 Light Wood

📋 copy color: '#876160'

red 135 ◦ green 97 ◦ blue 96

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

Shades of Light Wood #876160

Tints of Light Wood #876160

RGB

 RED value IS 135 (53.13% from 255) = 41.16%

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 41.16%
G = 29.57%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#876160 (or 0x876160) is known color: Light Wood. HEX triplet: 87, 61 and 60. RGB value is (135,97,96). Sum of RGB (Red+Green+Blue) = 135+97+96=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #876160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876160 is #789E9F. Grayscale: #6C6C6C. Windows color (decimal): -7904928 or 6316423. OLE color: 6316423.

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

Color convert

RGB 135 97 96 -
CMYK 0 0.28 0.29 0.47
HSL 1.54º 0.17% 0.45% -
HSV(B) 1.54º 0.29% 0.53% -
XYZ 16.38 14.54 13.01 -
YUV 108.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 135 97 96 0 0.28 0.29 0.47 1.54 0.17 0.45
Hex 87 61 60 0 1C 1D 2F 2 11 2D
Octal 207 141 140 0 34 35 57 2 21 55
Binary 10000111 1100001 1100000 0 11100 11101 101111 10 10001 101101

Color Harmonies of #876160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876160

Black with #876160

Text Example


Text Example

White with #876160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876160; }

 p { color: rgb(135,97,96); }

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

background-color css

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

 a { background-color: rgb(135,97,96); }

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

border-color css

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

 span { border-color: rgb(135,97,96); }

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