Html Css Color HEX #876244 Dark Wood

📋 copy color: '#876244'

red 135 ◦ green 98 ◦ blue 68

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

Shades of Dark Wood #876244

Tints of Dark Wood #876244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 44.85%
G = 32.56%
B = 22.59%

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

#876244 (or 0x876244) is known color: Dark Wood. HEX triplet: 87, 62 and 44. RGB value is (135,98,68). Sum of RGB (Red+Green+Blue) = 135+98+68=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #876244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876244 is #789DBB. Grayscale: #696969. Windows color (decimal): -7904700 or 4481671. OLE color: 4481671.

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

Color convert

RGB 135 98 68 -
CMYK 0 0.27 0.50 0.47
HSL 26.87º 0.33% 0.4% -
HSV(B) 26.87º 0.5% 0.53% -
XYZ 15.4 14.3 7.42 -
YUV 105.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 135 98 68 0 0.27 0.50 0.47 26.87 0.33 0.4
Hex 87 62 44 0 1B 32 2F 1B 21 28
Octal 207 142 104 0 33 62 57 33 41 50
Binary 10000111 1100010 1000100 0 11011 110010 101111 11011 100001 101000

Color Harmonies of #876244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876244

Black with #876244

Text Example


Text Example

White with #876244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876244; }

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

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

background-color css

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

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

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

border-color css

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

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

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