#997E3D

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

Shades of Buttered Rum #997E3D

Tints of Buttered Rum #997E3D

Color information

#997E3D (or 0x997E3D) is unknown color: approx Buttered Rum. HEX triplet: 99, 7E and 3D. RGB value is (153,126,61). Sum of RGB (Red+Green+Blue) = 153+126+61=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #997E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E3D is #6681C2. Grayscale: #7E7E7E. Windows color (decimal): -6717891 or 4030105. OLE color: 4030105.

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

Color convert

RGB15312661-
CMYK00.180.600.4
HSL42.39º42.99%41.96%-
HSV(B)42.39º60.13%60%-
XYZ21.4422.037.54-
YUV126.6690.95146.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=45%
G=37.06%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531266100.180.600.442.3942.9941.96
Hex997E3D0123C282a2b2a
Octal231176750227450525352
Binary100110011111110111101010010111100101000101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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