#81664D

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

Shades of Roman Coffee #81664D

Tints of Roman Coffee #81664D

Color information

#81664D (or 0x81664D) is unknown color: approx Roman Coffee. HEX triplet: 81, 66 and 4D. RGB value is (129,102,77). Sum of RGB (Red+Green+Blue) = 129+102+77=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81664D is #7E99B2. Grayscale: #6B6B6B. Windows color (decimal): -8296883 or 5072513. OLE color: 5072513.

HSL color Cylindrical-coordinate representation of color #81664D: hue angle of 28.85º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81664D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB12910277-
CMYK00.210.400.49
HSL28.85º25.24%40.39%-
HSV(B)28.85º40.31%50.59%-
XYZ15.1414.719.06-
YUV107.22110.95143.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 77 (30.47% from 255) = 25%
R=41.88%
G=33.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291027700.210.400.4928.8525.2440.39
Hex81664D01528311d1928
Octal2011461150255061353150
Binary10000001110011010011010101011010001100011110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81664D; }

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

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

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

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

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

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

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

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