Html Css Color HEX #876243 Dark Wood

📋 copy color: '#876243'

red 135 ◦ green 98 ◦ blue 67

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

Shades of Dark Wood #876243

Tints of Dark Wood #876243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 45%
G = 32.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#876243 (or 0x876243) is known color: Dark Wood. HEX triplet: 87, 62 and 43. RGB value is (135,98,67). Sum of RGB (Red+Green+Blue) = 135+98+67=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #876243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876243 is #789DBC. Grayscale: #696969. Windows color (decimal): -7904701 or 4416135. OLE color: 4416135.

HSL color Cylindrical-coordinate representation of color #876243: hue angle of 27.35º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876243 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 67 -
CMYK 0 0.27 0.50 0.47
HSL 27.35º 0.34% 0.4% -
HSV(B) 27.35º 0.5% 0.53% -
XYZ 15.37 14.29 7.26 -
YUV 105.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 135 98 67 0 0.27 0.50 0.47 27.35 0.34 0.4
Hex 87 62 43 0 1B 32 2F 1B 22 28
Octal 207 142 103 0 33 62 57 33 42 50
Binary 10000111 1100010 1000011 0 11011 110010 101111 11011 100010 101000

Color Harmonies of #876243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876243

Black with #876243

Text Example


Text Example

White with #876243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876243; }

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

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

background-color css

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

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

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

border-color css

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

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

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