Html Css Color HEX #876145 Dark Wood

📋 copy color: '#876145'

red 135 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #876145

Tints of Dark Wood #876145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 44.85%
G = 32.23%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#876145 (or 0x876145) is known color: Dark Wood. HEX triplet: 87, 61 and 45. RGB value is (135,97,69). Sum of RGB (Red+Green+Blue) = 135+97+69=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #876145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876145 is #789EBA. Grayscale: #696969. Windows color (decimal): -7904955 or 4546951. OLE color: 4546951.

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

Color convert

RGB 135 97 69 -
CMYK 0 0.28 0.49 0.47
HSL 25.45º 0.32% 0.4% -
HSV(B) 25.45º 0.49% 0.53% -
XYZ 15.34 14.13 7.55 -
YUV 105.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 135 97 69 0 0.28 0.49 0.47 25.45 0.32 0.4
Hex 87 61 45 0 1C 31 2F 19 20 28
Octal 207 141 105 0 34 61 57 31 40 50
Binary 10000111 1100001 1000101 0 11100 110001 101111 11001 100000 101000

Color Harmonies of #876145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876145

Black with #876145

Text Example


Text Example

White with #876145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876145; }

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

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

background-color css

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

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

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

border-color css

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

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

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