#99743C

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

Shades of Buttered Rum #99743C

Tints of Buttered Rum #99743C

Color information

#99743C (or 0x99743C) is unknown color: approx Buttered Rum. HEX triplet: 99, 74 and 3C. RGB value is (153,116,60). Sum of RGB (Red+Green+Blue) = 153+116+60=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99743C is #668BC3. Grayscale: #787878. Windows color (decimal): -6720452 or 3962009. OLE color: 3962009.

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

Color convert

RGB15311660-
CMYK00.240.610.4
HSL36.13º43.66%41.76%-
HSV(B)36.13º60.78%60%-
XYZ20.219.596.99-
YUV120.6893.76151.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=46.50%
G=35.26%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531166000.240.610.436.1343.6641.76
Hex99743C0183D28242c2a
Octal231164740307550445452
Binary100110011110100111100011000111101101000100100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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