#997E3B

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

Shades of Buttered Rum #997E3B

Tints of Buttered Rum #997E3B

Color information

#997E3B (or 0x997E3B) is unknown color: approx Buttered Rum. HEX triplet: 99, 7E and 3B. RGB value is (153,126,59). Sum of RGB (Red+Green+Blue) = 153+126+59=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E3B is #6681C4. Grayscale: #7E7E7E. Windows color (decimal): -6717893 or 3899033. OLE color: 3899033.

HSL color Cylindrical-coordinate representation of color #997E3B: hue angle of 42.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #997E3B is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15312659-
CMYK00.180.610.4
HSL42.77º44.34%41.57%-
HSV(B)42.77º61.44%60%-
XYZ21.3922.017.26-
YUV126.4389.95146.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=45.27%
G=37.28%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531265900.180.610.442.7744.3441.57
Hex997E3B0123D282b2c2a
Octal231176730227550535452
Binary100110011111110111011010010111101101000101011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E3B; }

 p { color: rgb(153,126,59); }

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

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

 a { background-color: rgb(153,126,59); }

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

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

 span { border-color: rgb(153,126,59); }

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