Html Css Color HEX #856646 Dark Wood

📋 copy color: '#856646'

red 133 ◦ green 102 ◦ blue 70

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

Shades of Dark Wood #856646

Tints of Dark Wood #856646

RGB

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

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

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

R = 43.61%
G = 33.44%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856646 (or 0x856646) is known color: Dark Wood. HEX triplet: 85, 66 and 46. RGB value is (133,102,70). Sum of RGB (Red+Green+Blue) = 133+102+70=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856646 is #7A99B9. Grayscale: #6B6B6B. Windows color (decimal): -8034746 or 4613765. OLE color: 4613765.

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

Color convert

RGB 133 102 70 -
CMYK 0 0.23 0.47 0.48
HSL 30.48º 0.31% 0.4% -
HSV(B) 30.48º 0.47% 0.52% -
XYZ 15.53 14.93 7.86 -
YUV 107.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 133 102 70 0 0.23 0.47 0.48 30.48 0.31 0.4
Hex 85 66 46 0 17 2F 30 1E 1F 28
Octal 205 146 106 0 27 57 60 36 37 50
Binary 10000101 1100110 1000110 0 10111 101111 110000 11110 11111 101000

Color Harmonies of #856646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856646

Black with #856646

Text Example


Text Example

White with #856646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856646; }

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

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

background-color css

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

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

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

border-color css

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

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

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