Html Css Color HEX #876444 Dark Wood

📋 copy color: '#876444'

red 135 ◦ green 100 ◦ blue 68

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

Shades of Dark Wood #876444

Tints of Dark Wood #876444

RGB

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

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

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

R = 44.55%
G = 33%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#876444 (or 0x876444) is known color: Dark Wood. HEX triplet: 87, 64 and 44. RGB value is (135,100,68). Sum of RGB (Red+Green+Blue) = 135+100+68=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #876444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876444 is #789BBB. Grayscale: #6A6A6A. Windows color (decimal): -7904188 or 4482183. OLE color: 4482183.

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

Color convert

RGB 135 100 68 -
CMYK 0 0.26 0.50 0.47
HSL 28.66º 0.33% 0.4% -
HSV(B) 28.66º 0.5% 0.53% -
XYZ 15.59 14.68 7.48 -
YUV 106.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 135 100 68 0 0.26 0.50 0.47 28.66 0.33 0.4
Hex 87 64 44 0 1A 32 2F 1D 21 28
Octal 207 144 104 0 32 62 57 35 41 50
Binary 10000111 1100100 1000100 0 11010 110010 101111 11101 100001 101000

Color Harmonies of #876444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876444

Black with #876444

Text Example


Text Example

White with #876444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876444; }

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

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

background-color css

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

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

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

border-color css

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

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

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