Html Css Color HEX #876361 Light Wood

📋 copy color: '#876361'

red 135 ◦ green 99 ◦ blue 97

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

Shades of Light Wood #876361

Tints of Light Wood #876361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 40.79%
G = 29.91%
B = 29.31%

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

#876361 (or 0x876361) is known color: Light Wood. HEX triplet: 87, 63 and 61. RGB value is (135,99,97). Sum of RGB (Red+Green+Blue) = 135+99+97=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876361 is #789C9E. Grayscale: #6D6D6D. Windows color (decimal): -7904415 or 6382471. OLE color: 6382471.

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

Color convert

RGB 135 99 97 -
CMYK 0 0.27 0.28 0.47
HSL 3.16º 0.16% 0.45% -
HSV(B) 3.16º 0.28% 0.53% -
XYZ 16.61 14.94 13.32 -
YUV 109.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 135 99 97 0 0.27 0.28 0.47 3.16 0.16 0.45
Hex 87 63 61 0 1B 1C 2F 3 10 2D
Octal 207 143 141 0 33 34 57 3 20 55
Binary 10000111 1100011 1100001 0 11011 11100 101111 11 10000 101101

Color Harmonies of #876361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876361

Black with #876361

Text Example


Text Example

White with #876361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876361; }

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

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

background-color css

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

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

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

border-color css

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

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

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