#99773F

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

Shades of Buttered Rum #99773F

Tints of Buttered Rum #99773F

Color information

#99773F (or 0x99773F) is unknown color: approx Buttered Rum. HEX triplet: 99, 77 and 3F. RGB value is (153,119,63). Sum of RGB (Red+Green+Blue) = 153+119+63=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99773F is #6688C0. Grayscale: #7B7B7B. Windows color (decimal): -6719681 or 4159385. OLE color: 4159385.

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

Color convert

RGB15311963-
CMYK00.220.590.4
HSL37.33º41.67%42.35%-
HSV(B)37.33º58.82%60%-
XYZ20.6320.327.54-
YUV122.7894.26149.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 63 (25% from 255) = 18.81%
R=45.67%
G=35.52%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531196300.220.590.437.3341.6742.35
Hex99773F0163B28252a2a
Octal231167770267350455252
Binary100110011110111111111010110111011101000100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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