Html Css Color HEX #856846 Dark Wood

📋 copy color: '#856846'

red 133 ◦ green 104 ◦ blue 70

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

Shades of Dark Wood #856846

Tints of Dark Wood #856846

RGB

 RED value IS 133 (52.34% from 255) = 43.32%

 GREEN value IS 104 (41.02% from 255) = 33.88%

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

R = 43.32%
G = 33.88%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856846 (or 0x856846) is known color: Dark Wood. HEX triplet: 85, 68 and 46. RGB value is (133,104,70). Sum of RGB (Red+Green+Blue) = 133+104+70=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856846 is #7A97B9. Grayscale: #6C6C6C. Windows color (decimal): -8034234 or 4614277. OLE color: 4614277.

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

Color convert

RGB 133 104 70 -
CMYK 0 0.22 0.47 0.48
HSL 32.38º 0.31% 0.4% -
HSV(B) 32.38º 0.47% 0.52% -
XYZ 15.73 15.33 7.92 -
YUV 108.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 133 104 70 0 0.22 0.47 0.48 32.38 0.31 0.4
Hex 85 68 46 0 16 2F 30 20 1F 28
Octal 205 150 106 0 26 57 60 40 37 50
Binary 10000101 1101000 1000110 0 10110 101111 110000 100000 11111 101000

Color Harmonies of #856846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856846

Black with #856846

Text Example


Text Example

White with #856846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856846; }

 p { color: rgb(133,104,70); }

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

background-color css

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

 a { background-color: rgb(133,104,70); }

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

border-color css

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

 span { border-color: rgb(133,104,70); }

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