#99773D

Color #99773D Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #99773D

Tints of Buttered Rum #99773D

Color information

#99773D (or 0x99773D) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 3D. RGB value is (153,119,61). Sum of RGB (Red+Green+Blue) = 153+119+61=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99773D is #6688C2. Grayscale: #7A7A7A. Windows color (decimal): -6719683 or 4028313. OLE color: 4028313.

HSL color Cylindrical-coordinate representation of color #99773D: hue angle of 37.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99773D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15311961-
CMYK00.220.600.4
HSL37.83º42.99%41.96%-
HSV(B)37.83º60.13%60%-
XYZ20.5820.37.25-
YUV122.5593.26149.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=45.95%
G=35.74%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531196100.220.600.437.8342.9941.96
Hex99773D0163C28262b2a
Octal231167750267450465352
Binary100110011110111111101010110111100101000100110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,119,61); }

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

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

 a { background-color: rgb(153,119,61); }

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

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

 span { border-color: rgb(153,119,61); }

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