#997041

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

Shades of Buttered Rum #997041

Tints of Buttered Rum #997041

Color information

#997041 (or 0x997041) is unknown color: approx Buttered Rum. HEX triplet: 99, 70 and 41. RGB value is (153,112,65). Sum of RGB (Red+Green+Blue) = 153+112+65=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #997041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997041 is #668FBE. Grayscale: #777777. Windows color (decimal): -6721471 or 4288665. OLE color: 4288665.

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

Color convert

RGB15311265-
CMYK00.270.580.4
HSL32.05º40.37%42.75%-
HSV(B)32.05º57.52%60%-
XYZ19.8918.747.57-
YUV118.997.58152.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=46.36%
G=33.94%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531126500.270.580.432.0540.3742.75
Hex99704101B3A2820282b
Octal2311601010337250405053
Binary1001100111100001000001011011111010101000100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997041; }

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

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

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

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

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

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

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

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