#99772E

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

Shades of Buttered Rum #99772E

Tints of Buttered Rum #99772E

Color information

#99772E (or 0x99772E) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 2E. RGB value is (153,119,46). Sum of RGB (Red+Green+Blue) = 153+119+46=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99772E is #6688D1. Grayscale: #797979. Windows color (decimal): -6719698 or 3045273. OLE color: 3045273.

HSL color Cylindrical-coordinate representation of color #99772E: hue angle of 40.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99772E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB15311946-
CMYK00.220.700.4
HSL40.93º53.77%39.02%-
HSV(B)40.93º69.93%60%-
XYZ20.2320.165.41-
YUV120.8485.76150.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=48.11%
G=37.42%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531194600.220.700.440.9353.7739.02
Hex99772E0164628293627
Octal2311675602610650516647
Binary1001100111101111011100101101000110101000101001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99772E; }

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

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

<style>
 a { background-color: #99772E; }

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

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

<style>
 span { border-color: #99772E; }

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

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