#806B5E

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

Shades of Roman Coffee #806B5E

Tints of Roman Coffee #806B5E

Color information

#806B5E (or 0x806B5E) is unknown color: approx Roman Coffee. HEX triplet: 80, 6B and 5E. RGB value is (128,107,94). Sum of RGB (Red+Green+Blue) = 128+107+94=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B5E is #7F94A1. Grayscale: #6F6F6F. Windows color (decimal): -8361122 or 6187904. OLE color: 6187904.

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

Color convert

RGB12810794-
CMYK00.160.270.50
HSL22.94º15.32%43.53%-
HSV(B)22.94º26.56%50.2%-
XYZ16.1815.9112.81-
YUV111.8117.96139.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=38.91%
G=32.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281079400.160.270.5022.9415.3243.53
Hex806B5E0101B3217f2c
Octal2001531360203362271754
Binary100000001101011101111001000011011110010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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