#997234

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

Shades of Buttered Rum #997234

Tints of Buttered Rum #997234

Color information

#997234 (or 0x997234) is unknown color: approx Buttered Rum. HEX triplet: 99, 72 and 34. RGB value is (153,114,52). Sum of RGB (Red+Green+Blue) = 153+114+52=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997234 is #668DCB. Grayscale: #767676. Windows color (decimal): -6720972 or 3437209. OLE color: 3437209.

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

Color convert

RGB15311452-
CMYK00.250.660.4
HSL36.83º49.27%40.2%-
HSV(B)36.83º66.01%60%-
XYZ19.7719.055.88-
YUV118.5990.42152.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=47.96%
G=35.74%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531145200.250.660.436.8349.2740.2
Hex9972340194228253128
Octal2311626403110250456150
Binary1001100111100101101000110011000010101000100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997234; }

 p { color: rgb(153,114,52); }

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

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

 a { background-color: rgb(153,114,52); }

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

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

 span { border-color: rgb(153,114,52); }

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