#81634D

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

Shades of Roman Coffee #81634D

Tints of Roman Coffee #81634D

Color information

#81634D (or 0x81634D) is unknown color: approx Roman Coffee. HEX triplet: 81, 63 and 4D. RGB value is (129,99,77). Sum of RGB (Red+Green+Blue) = 129+99+77=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81634D is #7E9CB2. Grayscale: #696969. Windows color (decimal): -8297651 or 5071745. OLE color: 5071745.

HSL color Cylindrical-coordinate representation of color #81634D: hue angle of 25.38º 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 #81634D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1299977-
CMYK00.230.400.49
HSL25.38º25.24%40.39%-
HSV(B)25.38º40.31%50.59%-
XYZ14.8514.138.96-
YUV105.46111.94144.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=42.30%
G=32.46%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129997700.230.400.4925.3825.2440.39
Hex81634D0172831191928
Octal2011431150275061313150
Binary10000001110001110011010101111010001100011100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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