#99763D

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

Shades of Buttered Rum #99763D

Tints of Buttered Rum #99763D

Color information

#99763D (or 0x99763D) is unknown color: approx Buttered Rum. HEX triplet: 99, 76 and 3D. RGB value is (153,118,61). Sum of RGB (Red+Green+Blue) = 153+118+61=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99763D is #6689C2. Grayscale: #7A7A7A. Windows color (decimal): -6719939 or 4028057. OLE color: 4028057.

HSL color Cylindrical-coordinate representation of color #99763D: hue angle of 37.17º 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 #99763D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB15311861-
CMYK00.230.600.4
HSL37.17º42.99%41.96%-
HSV(B)37.17º60.13%60%-
XYZ20.4620.077.21-
YUV121.9793.6150.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=46.08%
G=35.54%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531186100.230.600.437.1742.9941.96
Hex99763D0173C28252b2a
Octal231166750277450455352
Binary100110011110110111101010111111100101000100101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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