#816650

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

Shades of Roman Coffee #816650

Tints of Roman Coffee #816650

Color information

#816650 (or 0x816650) is unknown color: approx Roman Coffee. HEX triplet: 81, 66 and 50. RGB value is (129,102,80). Sum of RGB (Red+Green+Blue) = 129+102+80=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #816650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816650 is #7E99AF. Grayscale: #6B6B6B. Windows color (decimal): -8296880 or 5269121. OLE color: 5269121.

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

Color convert

RGB12910280-
CMYK00.210.380.49
HSL26.94º23.44%40.98%-
HSV(B)26.94º37.98%50.59%-
XYZ15.2514.759.63-
YUV107.56112.45143.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=41.48%
G=32.80%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291028000.210.380.4926.9423.4440.98
Hex81665001526311b1729
Octal2011461200254661332751
Binary10000001110011010100000101011001101100011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816650; }

 p { color: rgb(129,102,80); }

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

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

 a { background-color: rgb(129,102,80); }

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

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

 span { border-color: rgb(129,102,80); }

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