#996731

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

Shades of Buttered Rum #996731

Tints of Buttered Rum #996731

Color information

#996731 (or 0x996731) is unknown color: approx Buttered Rum. HEX triplet: 99, 67 and 31. RGB value is (153,103,49). Sum of RGB (Red+Green+Blue) = 153+103+49=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #996731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996731 is #6698CE. Grayscale: #707070. Windows color (decimal): -6723791 or 3237785. OLE color: 3237785.

HSL color Cylindrical-coordinate representation of color #996731: hue angle of 31.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #996731 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB15310349-
CMYK00.330.680.4
HSL31.15º51.49%39.61%-
HSV(B)31.15º67.97%60%-
XYZ18.5416.695.15-
YUV111.7992.56157.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=50.16%
G=33.77%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531034900.330.680.431.1551.4939.61
Hex99673102144281f3328
Octal2311476104110450376350
Binary1001100111001111100010100001100010010100011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996731; }

 p { color: rgb(153,103,49); }

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

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

 a { background-color: rgb(153,103,49); }

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

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

 span { border-color: rgb(153,103,49); }

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