#97703B

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

Shades of Buttered Rum #97703B

Tints of Buttered Rum #97703B

Color information

#97703B (or 0x97703B) is unknown color: approx Buttered Rum. HEX triplet: 97, 70 and 3B. RGB value is (151,112,59). Sum of RGB (Red+Green+Blue) = 151+112+59=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97703B is #688FC4. Grayscale: #757575. Windows color (decimal): -6852549 or 3895447. OLE color: 3895447.

HSL color Cylindrical-coordinate representation of color #97703B: hue angle of 34.57º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97703B is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15111259-
CMYK00.260.610.41
HSL34.57º43.81%41.18%-
HSV(B)34.57º60.93%59.22%-
XYZ19.3518.486.69-
YUV117.6294.92151.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=46.89%
G=34.78%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511125900.260.610.4134.5743.8141.18
Hex97703B01A3D29232c29
Octal227160730327551435451
Binary100101111110000111011011010111101101001100011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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