#997024

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

Shades of Buttered Rum #997024

Tints of Buttered Rum #997024

Color information

#997024 (or 0x997024) is unknown color: approx Buttered Rum. HEX triplet: 99, 70 and 24. RGB value is (153,112,36). Sum of RGB (Red+Green+Blue) = 153+112+36=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997024 is #668FDB. Grayscale: #737373. Windows color (decimal): -6721500 or 2388121. OLE color: 2388121.

HSL color Cylindrical-coordinate representation of color #997024: hue angle of 38.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997024 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB15311236-
CMYK00.270.760.4
HSL38.97º61.9%37.06%-
HSV(B)38.97º76.47%60%-
XYZ19.2518.494.22-
YUV115.683.08154.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 36 (14.45% from 255) = 11.96%
R=50.83%
G=37.21%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531123600.270.760.438.9761.937.06
Hex99702401B4C28273e25
Octal2311604403311450477645
Binary1001100111100001001000110111001100101000100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997024; }

 p { color: rgb(153,112,36); }

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

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

 a { background-color: rgb(153,112,36); }

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

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

 span { border-color: rgb(153,112,36); }

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