#99763B

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

Shades of Buttered Rum #99763B

Tints of Buttered Rum #99763B

Color information

#99763B (or 0x99763B) is unknown color: approx Buttered Rum. HEX triplet: 99, 76 and 3B. RGB value is (153,118,59). Sum of RGB (Red+Green+Blue) = 153+118+59=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99763B is #6689C4. Grayscale: #7A7A7A. Windows color (decimal): -6719941 or 3896985. OLE color: 3896985.

HSL color Cylindrical-coordinate representation of color #99763B: hue angle of 37.66º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99763B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15311859-
CMYK00.230.610.4
HSL37.66º44.34%41.57%-
HSV(B)37.66º61.44%60%-
XYZ20.420.046.93-
YUV121.7492.6150.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=46.36%
G=35.76%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531185900.230.610.437.6644.3441.57
Hex99763B0173D28262c2a
Octal231166730277550465452
Binary100110011110110111011010111111101101000100110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99763B; }

 p { color: rgb(153,118,59); }

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

<style>
 a { background-color: #99763B; }

 a { background-color: rgb(153,118,59); }

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

<style>
 span { border-color: #99763B; }

 span { border-color: rgb(153,118,59); }

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