#99793F

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

Shades of Buttered Rum #99793F

Tints of Buttered Rum #99793F

Color information

#99793F (or 0x99793F) is unknown color: approx Buttered Rum. HEX triplet: 99, 79 and 3F. RGB value is (153,121,63). Sum of RGB (Red+Green+Blue) = 153+121+63=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #99793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99793F is #6686C0. Grayscale: #7C7C7C. Windows color (decimal): -6719169 or 4159897. OLE color: 4159897.

HSL color Cylindrical-coordinate representation of color #99793F: hue angle of 38.67º 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 #99793F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB15312163-
CMYK00.210.590.4
HSL38.67º41.67%42.35%-
HSV(B)38.67º58.82%60%-
XYZ20.8720.817.62-
YUV123.9693.6148.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 63 (25% from 255) = 18.69%
R=45.40%
G=35.91%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531216300.210.590.438.6741.6742.35
Hex99793F0153B28272a2a
Octal231171770257350475252
Binary100110011111001111111010101111011101000100111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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