#97713F

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

Shades of Buttered Rum #97713F

Tints of Buttered Rum #97713F

Color information

#97713F (or 0x97713F) is unknown color: approx Buttered Rum. HEX triplet: 97, 71 and 3F. RGB value is (151,113,63). Sum of RGB (Red+Green+Blue) = 151+113+63=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97713F is #688EC0. Grayscale: #767676. Windows color (decimal): -6852289 or 4157847. OLE color: 4157847.

HSL color Cylindrical-coordinate representation of color #97713F: hue angle of 34.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97713F is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15111363-
CMYK00.250.580.41
HSL34.09º41.12%41.96%-
HSV(B)34.09º58.28%59.22%-
XYZ19.5618.757.29-
YUV118.6696.59151.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 63 (25% from 255) = 19.27%
R=46.18%
G=34.56%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511136300.250.580.4134.0941.1241.96
Hex97713F0193A2922292a
Octal227161770317251425152
Binary100101111110001111111011001111010101001100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97713F; }

 p { color: rgb(151,113,63); }

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

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

 a { background-color: rgb(151,113,63); }

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

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

 span { border-color: rgb(151,113,63); }

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