#856656

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

Shades of Roman Coffee #856656

Tints of Roman Coffee #856656

Color information

#856656 (or 0x856656) is unknown color: approx Roman Coffee. HEX triplet: 85, 66 and 56. RGB value is (133,102,86). Sum of RGB (Red+Green+Blue) = 133+102+86=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #856656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856656 is #7A99A9. Grayscale: #6D6D6D. Windows color (decimal): -8034730 or 5662341. OLE color: 5662341.

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

Color convert

RGB13310286-
CMYK00.230.350.48
HSL20.43º21.46%42.94%-
HSV(B)20.43º35.34%52.16%-
XYZ16.115.1610.88-
YUV109.44114.77144.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=41.43%
G=31.78%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331028600.230.350.4820.4321.4642.94
Hex856656017233014152b
Octal2051461260274360242553
Binary10000101110011010101100101111000111100001010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856656; }

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

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

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

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

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

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

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

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