#826655

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

Shades of Roman Coffee #826655

Tints of Roman Coffee #826655

Color information

#826655 (or 0x826655) is unknown color: approx Roman Coffee. HEX triplet: 82, 66 and 55. RGB value is (130,102,85). Sum of RGB (Red+Green+Blue) = 130+102+85=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #826655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826655 is #7D99AA. Grayscale: #6C6C6C. Windows color (decimal): -8231339 or 5596802. OLE color: 5596802.

HSL color Cylindrical-coordinate representation of color #826655: hue angle of 22.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826655 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13010285-
CMYK00.220.350.49
HSL22.67º20.93%42.16%-
HSV(B)22.67º34.62%50.98%-
XYZ15.614.910.65-
YUV108.43114.78143.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=41.01%
G=32.18%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301028500.220.350.4922.6720.9342.16
Hex826655016233117152a
Octal2021461250264361272552
Binary10000010110011010101010101101000111100011011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826655; }

 p { color: rgb(130,102,85); }

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

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

 a { background-color: rgb(130,102,85); }

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

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

 span { border-color: rgb(130,102,85); }

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