Html Css Color HEX #876846 Dark Wood

📋 copy color: '#876846'

red 135 ◦ green 104 ◦ blue 70

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

Shades of Dark Wood #876846

Tints of Dark Wood #876846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 43.69%
G = 33.66%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876846 (or 0x876846) is known color: Dark Wood. HEX triplet: 87, 68 and 46. RGB value is (135,104,70). Sum of RGB (Red+Green+Blue) = 135+104+70=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #876846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876846 is #7897B9. Grayscale: #6D6D6D. Windows color (decimal): -7903162 or 4614279. OLE color: 4614279.

HSL color Cylindrical-coordinate representation of color #876846: hue angle of 31.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876846 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 104 70 -
CMYK 0 0.23 0.48 0.47
HSL 31.38º 0.32% 0.4% -
HSV(B) 31.38º 0.48% 0.53% -
XYZ 16.05 15.49 7.94 -
YUV 109.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 135 104 70 0 0.23 0.48 0.47 31.38 0.32 0.4
Hex 87 68 46 0 17 30 2F 1F 20 28
Octal 207 150 106 0 27 60 57 37 40 50
Binary 10000111 1101000 1000110 0 10111 110000 101111 11111 100000 101000

Color Harmonies of #876846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876846

Black with #876846

Text Example


Text Example

White with #876846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876846; }

 p { color: rgb(135,104,70); }

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

background-color css

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

 a { background-color: rgb(135,104,70); }

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

border-color css

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

 span { border-color: rgb(135,104,70); }

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