#997B32

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

Shades of Buttered Rum #997B32

Tints of Buttered Rum #997B32

Color information

#997B32 (or 0x997B32) is unknown color: approx Buttered Rum. HEX triplet: 99, 7B and 32. RGB value is (153,123,50). Sum of RGB (Red+Green+Blue) = 153+123+50=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B32 is #6684CD. Grayscale: #7B7B7B. Windows color (decimal): -6718670 or 3308441. OLE color: 3308441.

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

Color convert

RGB15312350-
CMYK00.200.670.4
HSL42.52º50.74%39.8%-
HSV(B)42.52º67.32%60%-
XYZ20.821.176.01-
YUV123.6586.44148.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=46.93%
G=37.73%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531235000.200.670.442.5250.7439.8
Hex997B3201443282b3328
Octal2311736202410350536350
Binary1001100111110111100100101001000011101000101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997B32; }

 p { color: rgb(153,123,50); }

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

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

 a { background-color: rgb(153,123,50); }

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

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

 span { border-color: rgb(153,123,50); }

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