#976830

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

Shades of Buttered Rum #976830

Tints of Buttered Rum #976830

Color information

#976830 (or 0x976830) is unknown color: approx Buttered Rum. HEX triplet: 97, 68 and 30. RGB value is (151,104,48). Sum of RGB (Red+Green+Blue) = 151+104+48=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #976830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976830 is #6897CF. Grayscale: #6F6F6F. Windows color (decimal): -6854608 or 3172503. OLE color: 3172503.

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

Color convert

RGB15110448-
CMYK00.310.680.41
HSL32.62º51.76%39.02%-
HSV(B)32.62º68.21%59.22%-
XYZ18.2516.695.06-
YUV111.6792.07156.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=49.83%
G=34.32%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511044800.310.680.4132.6251.7639.02
Hex97683001F4429213427
Octal2271506003710451416447
Binary1001011111010001100000111111000100101001100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976830; }

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

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

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

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

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

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

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

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