Html Css Color HEX #876261 Light Wood

📋 copy color: '#876261'

red 135 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #876261

Tints of Light Wood #876261

RGB

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

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

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

R = 40.91%
G = 29.7%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#876261 (or 0x876261) is known color: Light Wood. HEX triplet: 87, 62 and 61. RGB value is (135,98,97). Sum of RGB (Red+Green+Blue) = 135+98+97=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #876261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876261 is #789D9E. Grayscale: #6C6C6C. Windows color (decimal): -7904671 or 6382215. OLE color: 6382215.

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

Color convert

RGB 135 98 97 -
CMYK 0 0.27 0.28 0.47
HSL 1.58º 0.16% 0.45% -
HSV(B) 1.58º 0.28% 0.53% -
XYZ 16.52 14.75 13.29 -
YUV 108.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 135 98 97 0 0.27 0.28 0.47 1.58 0.16 0.45
Hex 87 62 61 0 1B 1C 2F 2 10 2D
Octal 207 142 141 0 33 34 57 2 20 55
Binary 10000111 1100010 1100001 0 11011 11100 101111 10 10000 101101

Color Harmonies of #876261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876261

Black with #876261

Text Example


Text Example

White with #876261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876261; }

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

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

background-color css

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

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

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

border-color css

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

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

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