#997A3B

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

Shades of Buttered Rum #997A3B

Tints of Buttered Rum #997A3B

Color information

#997A3B (or 0x997A3B) is unknown color: approx Buttered Rum. HEX triplet: 99, 7A and 3B. RGB value is (153,122,59). Sum of RGB (Red+Green+Blue) = 153+122+59=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #997A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A3B is #6685C4. Grayscale: #7C7C7C. Windows color (decimal): -6718917 or 3898009. OLE color: 3898009.

HSL color Cylindrical-coordinate representation of color #997A3B: hue angle of 40.21º 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 #997A3B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB15312259-
CMYK00.200.610.4
HSL40.21º44.34%41.57%-
HSV(B)40.21º61.44%60%-
XYZ20.8921.017.09-
YUV124.0991.27148.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=45.81%
G=36.53%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531225900.200.610.440.2144.3441.57
Hex997A3B0143D28282c2a
Octal231172730247550505452
Binary100110011111010111011010100111101101000101000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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