#97682F

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

Shades of Buttered Rum #97682F

Tints of Buttered Rum #97682F

Color information

#97682F (or 0x97682F) is unknown color: approx Buttered Rum. HEX triplet: 97, 68 and 2F. RGB value is (151,104,47). Sum of RGB (Red+Green+Blue) = 151+104+47=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #97682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97682F is #6897D0. Grayscale: #6F6F6F. Windows color (decimal): -6854609 or 3106967. OLE color: 3106967.

HSL color Cylindrical-coordinate representation of color #97682F: hue angle of 32.88º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97682F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB15110447-
CMYK00.310.690.41
HSL32.88º52.53%38.82%-
HSV(B)32.88º68.87%59.22%-
XYZ18.2316.694.95-
YUV111.5691.57156.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=50%
G=34.44%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511044700.310.690.4132.8852.5338.82
Hex97682F01F4529213527
Octal2271505703710551416547
Binary1001011111010001011110111111000101101001100001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,104,47); }

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

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

 a { background-color: rgb(151,104,47); }

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

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

 span { border-color: rgb(151,104,47); }

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