#816A5B

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

Shades of Roman Coffee #816A5B

Tints of Roman Coffee #816A5B

Color information

#816A5B (or 0x816A5B) is unknown color: approx Roman Coffee. HEX triplet: 81, 6A and 5B. RGB value is (129,106,91). Sum of RGB (Red+Green+Blue) = 129+106+91=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A5B is #7E95A4. Grayscale: #6F6F6F. Windows color (decimal): -8295845 or 5991041. OLE color: 5991041.

HSL color Cylindrical-coordinate representation of color #816A5B: hue angle of 23.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816A5B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12910691-
CMYK00.180.290.49
HSL23.68º17.27%43.14%-
HSV(B)23.68º29.46%50.59%-
XYZ16.115.7312.09-
YUV111.17116.62140.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=39.57%
G=32.52%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291069100.180.290.4923.6817.2743.14
Hex816A5B0121D3118112b
Octal2011521330223561302153
Binary1000000111010101011011010010111011100011100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A5B; }

 p { color: rgb(129,106,91); }

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

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

 a { background-color: rgb(129,106,91); }

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

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

 span { border-color: rgb(129,106,91); }

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