Html Css Color HEX #876042 Dark Wood

📋 copy color: '#876042'

red 135 ◦ green 96 ◦ blue 66

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

Shades of Dark Wood #876042

Tints of Dark Wood #876042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 45.45%
G = 32.32%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#876042 (or 0x876042) is known color: Dark Wood. HEX triplet: 87, 60 and 42. RGB value is (135,96,66). Sum of RGB (Red+Green+Blue) = 135+96+66=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #876042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876042 is #789FBD. Grayscale: #686868. Windows color (decimal): -7905214 or 4350087. OLE color: 4350087.

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

Color convert

RGB 135 96 66 -
CMYK 0 0.29 0.51 0.47
HSL 26.09º 0.34% 0.39% -
HSV(B) 26.09º 0.51% 0.53% -
XYZ 15.16 13.91 7.04 -
YUV 104.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 135 96 66 0 0.29 0.51 0.47 26.09 0.34 0.39
Hex 87 60 42 0 1D 33 2F 1A 22 27
Octal 207 140 102 0 35 63 57 32 42 47
Binary 10000111 1100000 1000010 0 11101 110011 101111 11010 100010 100111

Color Harmonies of #876042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876042

Black with #876042

Text Example


Text Example

White with #876042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876042; }

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

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

background-color css

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

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

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

border-color css

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

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

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