#80634F

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

Shades of Roman Coffee #80634F

Tints of Roman Coffee #80634F

Color information

#80634F (or 0x80634F) is unknown color: approx Roman Coffee. HEX triplet: 80, 63 and 4F. RGB value is (128,99,79). Sum of RGB (Red+Green+Blue) = 128+99+79=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80634F is #7F9CB0. Grayscale: #696969. Windows color (decimal): -8363185 or 5202816. OLE color: 5202816.

HSL color Cylindrical-coordinate representation of color #80634F: hue angle of 24.49º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80634F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1289979-
CMYK00.230.380.50
HSL24.49º23.67%40.59%-
HSV(B)24.49º38.28%50.2%-
XYZ14.7814.089.34-
YUV105.39113.11144.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=41.83%
G=32.35%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128997900.230.380.5024.4923.6740.59
Hex80634F0172632181829
Octal2001431170274662303051
Binary10000000110001110011110101111001101100101100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80634F; }

 p { color: rgb(128,99,79); }

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

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

 a { background-color: rgb(128,99,79); }

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

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

 span { border-color: rgb(128,99,79); }

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