#856956

Color #856956 Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #856956

Tints of Roman Coffee #856956

Color information

#856956 (or 0x856956) is unknown color: approx Roman Coffee. HEX triplet: 85, 69 and 56. RGB value is (133,105,86). Sum of RGB (Red+Green+Blue) = 133+105+86=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856956 is #7A96A9. Grayscale: #6F6F6F. Windows color (decimal): -8033962 or 5663109. OLE color: 5663109.

HSL color Cylindrical-coordinate representation of color #856956: hue angle of 24.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856956 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13310586-
CMYK00.210.350.48
HSL24.26º21.46%42.94%-
HSV(B)24.26º35.34%52.16%-
XYZ16.415.7610.98-
YUV111.21113.78143.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=41.05%
G=32.41%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331058600.210.350.4824.2621.4642.94
Hex856956015233018152b
Octal2051511260254360302553
Binary10000101110100110101100101011000111100001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856956; }

 p { color: rgb(133,105,86); }

 H1.HeaderClassName
 {
   color: #856956;
 }
 .AnyTagClassName
 {
   color: #856956;
 }
</style>
background-color css

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

 a { background-color: rgb(133,105,86); }

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

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

 span { border-color: rgb(133,105,86); }

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