#81664B

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

Shades of Roman Coffee #81664B

Tints of Roman Coffee #81664B

Color information

#81664B (or 0x81664B) is unknown color: approx Roman Coffee. HEX triplet: 81, 66 and 4B. RGB value is (129,102,75). Sum of RGB (Red+Green+Blue) = 129+102+75=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81664B is #7E99B4. Grayscale: #6B6B6B. Windows color (decimal): -8296885 or 4941441. OLE color: 4941441.

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

Color convert

RGB12910275-
CMYK00.210.420.49
HSL30º26.47%40%-
HSV(B)30º41.86%50.59%-
XYZ15.0714.688.7-
YUV106.99109.95143.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=42.16%
G=33.33%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291027500.210.420.493026.4740
Hex81664B0152A311e1a28
Octal2011461130255261363250
Binary10000001110011010010110101011010101100011111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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