Html Css Color HEX #876744 Dark Wood

📋 copy color: '#876744'

red 135 ◦ green 103 ◦ blue 68

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

Shades of Dark Wood #876744

Tints of Dark Wood #876744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 44.12%
G = 33.66%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#876744 (or 0x876744) is known color: Dark Wood. HEX triplet: 87, 67 and 44. RGB value is (135,103,68). Sum of RGB (Red+Green+Blue) = 135+103+68=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #876744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876744 is #7898BB. Grayscale: #6C6C6C. Windows color (decimal): -7903420 or 4482951. OLE color: 4482951.

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

Color convert

RGB 135 103 68 -
CMYK 0 0.24 0.50 0.47
HSL 31.34º 0.33% 0.4% -
HSV(B) 31.34º 0.5% 0.53% -
XYZ 15.89 15.27 7.58 -
YUV 108.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 135 103 68 0 0.24 0.50 0.47 31.34 0.33 0.4
Hex 87 67 44 0 18 32 2F 1F 21 28
Octal 207 147 104 0 30 62 57 37 41 50
Binary 10000111 1100111 1000100 0 11000 110010 101111 11111 100001 101000

Color Harmonies of #876744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876744

Black with #876744

Text Example


Text Example

White with #876744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876744; }

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

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

background-color css

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

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

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

border-color css

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

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

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