#997C33

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

Shades of Buttered Rum #997C33

Tints of Buttered Rum #997C33

Color information

#997C33 (or 0x997C33) is unknown color: approx Buttered Rum. HEX triplet: 99, 7C and 33. RGB value is (153,124,51). Sum of RGB (Red+Green+Blue) = 153+124+51=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #997C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C33 is #6683CC. Grayscale: #7C7C7C. Windows color (decimal): -6718413 or 3374233. OLE color: 3374233.

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

Color convert

RGB15312451-
CMYK00.190.670.4
HSL42.94º50%40%-
HSV(B)42.94º66.67%60%-
XYZ20.9421.436.16-
YUV124.3586.61148.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=46.65%
G=37.80%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531245100.190.670.442.945040
Hex997C3301343282b3228
Octal2311746302310350536250
Binary1001100111111001100110100111000011101000101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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