#99703C

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

Shades of Buttered Rum #99703C

Tints of Buttered Rum #99703C

Color information

#99703C (or 0x99703C) is unknown color: approx Buttered Rum. HEX triplet: 99, 70 and 3C. RGB value is (153,112,60). Sum of RGB (Red+Green+Blue) = 153+112+60=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99703C is #668FC3. Grayscale: #767676. Windows color (decimal): -6721476 or 3960985. OLE color: 3960985.

HSL color Cylindrical-coordinate representation of color #99703C: hue angle of 33.55º 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 #99703C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15311260-
CMYK00.270.610.4
HSL33.55º43.66%41.76%-
HSV(B)33.55º60.78%60%-
XYZ19.7518.696.84-
YUV118.3395.08152.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=47.08%
G=34.46%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531126000.270.610.433.5543.6641.76
Hex99703C01B3D28222c2a
Octal231160740337550425452
Binary100110011110000111100011011111101101000100010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99703C; }

 p { color: rgb(153,112,60); }

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

<style>
 a { background-color: #99703C; }

 a { background-color: rgb(153,112,60); }

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

<style>
 span { border-color: #99703C; }

 span { border-color: rgb(153,112,60); }

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