#997226

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

Shades of Buttered Rum #997226

Tints of Buttered Rum #997226

Color information

#997226 (or 0x997226) is unknown color: approx Buttered Rum. HEX triplet: 99, 72 and 26. RGB value is (153,114,38). Sum of RGB (Red+Green+Blue) = 153+114+38=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #997226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997226 is #668DD9. Grayscale: #757575. Windows color (decimal): -6720986 or 2519705. OLE color: 2519705.

HSL color Cylindrical-coordinate representation of color #997226: hue angle of 39.65º 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 #997226 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15311438-
CMYK00.250.750.4
HSL39.65º60.21%37.45%-
HSV(B)39.65º75.16%60%-
XYZ19.518.954.46-
YUV11783.42153.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=50.16%
G=37.38%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531143800.250.750.439.6560.2137.45
Hex9972260194B28283c25
Octal2311624603111350507445
Binary1001100111100101001100110011001011101000101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997226; }

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

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

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

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

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

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

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

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