Html Css Color HEX #876746 Dark Wood

📋 copy color: '#876746'

red 135 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #876746

Tints of Dark Wood #876746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 43.83%
G = 33.44%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#876746 (or 0x876746) is known color: Dark Wood. HEX triplet: 87, 67 and 46. RGB value is (135,103,70). Sum of RGB (Red+Green+Blue) = 135+103+70=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876746 is #7898B9. Grayscale: #6C6C6C. Windows color (decimal): -7903418 or 4614023. OLE color: 4614023.

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

Color convert

RGB 135 103 70 -
CMYK 0 0.24 0.48 0.47
HSL 30.46º 0.32% 0.4% -
HSV(B) 30.46º 0.48% 0.53% -
XYZ 15.95 15.29 7.91 -
YUV 108.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 135 103 70 0 0.24 0.48 0.47 30.46 0.32 0.4
Hex 87 67 46 0 18 30 2F 1E 20 28
Octal 207 147 106 0 30 60 57 36 40 50
Binary 10000111 1100111 1000110 0 11000 110000 101111 11110 100000 101000

Color Harmonies of #876746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876746

Black with #876746

Text Example


Text Example

White with #876746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876746; }

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

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

background-color css

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

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

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

border-color css

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

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

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