Html Css Color HEX #876648 Dark Wood

📋 copy color: '#876648'

red 135 ◦ green 102 ◦ blue 72

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

Shades of Dark Wood #876648

Tints of Dark Wood #876648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 43.69%
G = 33.01%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876648 (or 0x876648) is known color: Dark Wood. HEX triplet: 87, 66 and 48. RGB value is (135,102,72). Sum of RGB (Red+Green+Blue) = 135+102+72=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #876648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876648 is #7899B7. Grayscale: #6C6C6C. Windows color (decimal): -7903672 or 4744839. OLE color: 4744839.

HSL color Cylindrical-coordinate representation of color #876648: hue angle of 28.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876648 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 72 -
CMYK 0 0.24 0.47 0.47
HSL 28.57º 0.3% 0.41% -
HSV(B) 28.57º 0.47% 0.53% -
XYZ 15.91 15.12 8.21 -
YUV 108.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 135 102 72 0 0.24 0.47 0.47 28.57 0.3 0.41
Hex 87 66 48 0 18 2F 2F 1D 1E 29
Octal 207 146 110 0 30 57 57 35 36 51
Binary 10000111 1100110 1001000 0 11000 101111 101111 11101 11110 101001

Color Harmonies of #876648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876648

Black with #876648

Text Example


Text Example

White with #876648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876648; }

 p { color: rgb(135,102,72); }

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

background-color css

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

 a { background-color: rgb(135,102,72); }

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

border-color css

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

 span { border-color: rgb(135,102,72); }

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