#997B33

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

Shades of Buttered Rum #997B33

Tints of Buttered Rum #997B33

Color information

#997B33 (or 0x997B33) is unknown color: approx Buttered Rum. HEX triplet: 99, 7B and 33. RGB value is (153,123,51). Sum of RGB (Red+Green+Blue) = 153+123+51=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #997B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B33 is #6684CC. Grayscale: #7C7C7C. Windows color (decimal): -6718669 or 3373977. OLE color: 3373977.

HSL color Cylindrical-coordinate representation of color #997B33: hue angle of 42.35º degrees, saturation: 0.5, 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 #997B33 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15312351-
CMYK00.200.670.4
HSL42.35º50%40%-
HSV(B)42.35º66.67%60%-
XYZ20.8221.186.12-
YUV123.7686.94148.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=46.79%
G=37.61%
B=15.60%

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
Decimal1531235100.200.670.442.355040
Hex997B3301443282a3228
Octal2311736302410350526250
Binary1001100111110111100110101001000011101000101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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