Html Css Color HEX #876341 Dark Wood

📋 copy color: '#876341'

red 135 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #876341

Tints of Dark Wood #876341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 45.15%
G = 33.11%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#876341 (or 0x876341) is known color: Dark Wood. HEX triplet: 87, 63 and 41. RGB value is (135,99,65). Sum of RGB (Red+Green+Blue) = 135+99+65=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #876341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876341 is #789CBE. Grayscale: #6A6A6A. Windows color (decimal): -7904447 or 4285319. OLE color: 4285319.

HSL color Cylindrical-coordinate representation of color #876341: hue angle of 29.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876341 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 99 65 -
CMYK 0 0.27 0.52 0.47
HSL 29.14º 0.35% 0.39% -
HSV(B) 29.14º 0.52% 0.53% -
XYZ 15.41 14.46 6.98 -
YUV 105.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 135 99 65 0 0.27 0.52 0.47 29.14 0.35 0.39
Hex 87 63 41 0 1B 34 2F 1D 23 27
Octal 207 143 101 0 33 64 57 35 43 47
Binary 10000111 1100011 1000001 0 11011 110100 101111 11101 100011 100111

Color Harmonies of #876341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876341

Black with #876341

Text Example


Text Example

White with #876341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876341; }

 p { color: rgb(135,99,65); }

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

background-color css

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

 a { background-color: rgb(135,99,65); }

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

border-color css

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

 span { border-color: rgb(135,99,65); }

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