#806B5F

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

Shades of Roman Coffee #806B5F

Tints of Roman Coffee #806B5F

Color information

#806B5F (or 0x806B5F) is unknown color: approx Roman Coffee. HEX triplet: 80, 6B and 5F. RGB value is (128,107,95). Sum of RGB (Red+Green+Blue) = 128+107+95=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B5F is #7F94A0. Grayscale: #6F6F6F. Windows color (decimal): -8361121 or 6253440. OLE color: 6253440.

HSL color Cylindrical-coordinate representation of color #806B5F: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806B5F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB12810795-
CMYK00.160.260.50
HSL21.82º14.8%43.73%-
HSV(B)21.82º25.78%50.2%-
XYZ16.2315.9313.05-
YUV111.91118.46139.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=38.79%
G=32.42%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281079500.160.260.5021.8214.843.73
Hex806B5F0101A3216f2c
Octal2001531370203262261754
Binary100000001101011101111101000011010110010101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B5F; }

 p { color: rgb(128,107,95); }

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

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

 a { background-color: rgb(128,107,95); }

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

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

 span { border-color: rgb(128,107,95); }

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