#97703F

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

Shades of Buttered Rum #97703F

Tints of Buttered Rum #97703F

Color information

#97703F (or 0x97703F) is unknown color: approx Buttered Rum. HEX triplet: 97, 70 and 3F. RGB value is (151,112,63). Sum of RGB (Red+Green+Blue) = 151+112+63=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97703F is #688FC0. Grayscale: #767676. Windows color (decimal): -6852545 or 4157591. OLE color: 4157591.

HSL color Cylindrical-coordinate representation of color #97703F: hue angle of 33.41º 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 #97703F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15111263-
CMYK00.260.580.41
HSL33.41º41.12%41.96%-
HSV(B)33.41º58.28%59.22%-
XYZ19.4518.537.25-
YUV118.0896.92151.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 63 (25% from 255) = 19.33%
R=46.32%
G=34.36%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511126300.260.580.4133.4141.1241.96
Hex97703F01A3A2921292a
Octal227160770327251415152
Binary100101111110000111111011010111010101001100001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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