Html Css Color HEX #876446 Dark Wood

📋 copy color: '#876446'

red 135 ◦ green 100 ◦ blue 70

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

Shades of Dark Wood #876446

Tints of Dark Wood #876446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

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

R = 44.26%
G = 32.79%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876446 (or 0x876446) is known color: Dark Wood. HEX triplet: 87, 64 and 46. RGB value is (135,100,70). Sum of RGB (Red+Green+Blue) = 135+100+70=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876446 is #789BB9. Grayscale: #6B6B6B. Windows color (decimal): -7904186 or 4613255. OLE color: 4613255.

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

Color convert

RGB 135 100 70 -
CMYK 0 0.26 0.48 0.47
HSL 27.69º 0.32% 0.4% -
HSV(B) 27.69º 0.48% 0.53% -
XYZ 15.65 14.71 7.81 -
YUV 107.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 135 100 70 0 0.26 0.48 0.47 27.69 0.32 0.4
Hex 87 64 46 0 1A 30 2F 1C 20 28
Octal 207 144 106 0 32 60 57 34 40 50
Binary 10000111 1100100 1000110 0 11010 110000 101111 11100 100000 101000

Color Harmonies of #876446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876446

Black with #876446

Text Example


Text Example

White with #876446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876446; }

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

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

background-color css

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

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

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

border-color css

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

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

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