Html Css Color HEX #876445 Dark Wood

📋 copy color: '#876445'

red 135 ◦ green 100 ◦ blue 69

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

Shades of Dark Wood #876445

Tints of Dark Wood #876445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 44.41%
G = 32.89%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#876445 (or 0x876445) is known color: Dark Wood. HEX triplet: 87, 64 and 45. RGB value is (135,100,69). Sum of RGB (Red+Green+Blue) = 135+100+69=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #876445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876445 is #789BBA. Grayscale: #6B6B6B. Windows color (decimal): -7904187 or 4547719. OLE color: 4547719.

HSL color Cylindrical-coordinate representation of color #876445: hue angle of 28.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876445 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 69 -
CMYK 0 0.26 0.49 0.47
HSL 28.18º 0.32% 0.4% -
HSV(B) 28.18º 0.49% 0.53% -
XYZ 15.62 14.69 7.64 -
YUV 106.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 135 100 69 0 0.26 0.49 0.47 28.18 0.32 0.4
Hex 87 64 45 0 1A 31 2F 1C 20 28
Octal 207 144 105 0 32 61 57 34 40 50
Binary 10000111 1100100 1000101 0 11010 110001 101111 11100 100000 101000

Color Harmonies of #876445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876445

Black with #876445

Text Example


Text Example

White with #876445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876445; }

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

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

background-color css

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

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

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

border-color css

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

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

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