#997D3C

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

Shades of Buttered Rum #997D3C

Tints of Buttered Rum #997D3C

Color information

#997D3C (or 0x997D3C) is unknown color: approx Buttered Rum. HEX triplet: 99, 7D and 3C. RGB value is (153,125,60). Sum of RGB (Red+Green+Blue) = 153+125+60=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D3C is #6682C3. Grayscale: #7E7E7E. Windows color (decimal): -6718148 or 3964313. OLE color: 3964313.

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

Color convert

RGB15312560-
CMYK00.180.610.4
HSL41.94º43.66%41.76%-
HSV(B)41.94º60.78%60%-
XYZ21.2921.777.35-
YUV125.9690.78147.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=45.27%
G=36.98%
B=17.75%

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
Decimal1531256000.180.610.441.9443.6641.76
Hex997D3C0123D282a2c2a
Octal231175740227550525452
Binary100110011111101111100010010111101101000101010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,125,60); }

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

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

 a { background-color: rgb(153,125,60); }

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

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

 span { border-color: rgb(153,125,60); }

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