#997026

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

Shades of Buttered Rum #997026

Tints of Buttered Rum #997026

Color information

#997026 (or 0x997026) is unknown color: approx Buttered Rum. HEX triplet: 99, 70 and 26. RGB value is (153,112,38). Sum of RGB (Red+Green+Blue) = 153+112+38=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997026 is #668FD9. Grayscale: #747474. Windows color (decimal): -6721498 or 2519193. OLE color: 2519193.

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

Color convert

RGB15311238-
CMYK00.270.750.4
HSL38.61º60.21%37.45%-
HSV(B)38.61º75.16%60%-
XYZ19.2818.54.39-
YUV115.8284.08154.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=50.50%
G=36.96%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531123800.270.750.438.6160.2137.45
Hex99702601B4B28273c25
Octal2311604603311350477445
Binary1001100111100001001100110111001011101000100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997026; }

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

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

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

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

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

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

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

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