#967030

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

Shades of Buttered Rum #967030

Tints of Buttered Rum #967030

Color information

#967030 (or 0x967030) is unknown color: approx Buttered Rum. HEX triplet: 96, 70 and 30. RGB value is (150,112,48). Sum of RGB (Red+Green+Blue) = 150+112+48=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967030 is #698FCF. Grayscale: #747474. Windows color (decimal): -6918096 or 3174550. OLE color: 3174550.

HSL color Cylindrical-coordinate representation of color #967030: hue angle of 37.65º 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 #967030 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15011248-
CMYK00.250.680.41
HSL37.65º51.52%38.82%-
HSV(B)37.65º68%58.82%-
XYZ18.9118.295.33-
YUV116.0789.59152.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=48.39%
G=36.13%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501124800.250.680.4137.6551.5238.82
Hex9670300194429263427
Octal2261606003110451466447
Binary1001011011100001100000110011000100101001100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967030; }

 p { color: rgb(150,112,48); }

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

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

 a { background-color: rgb(150,112,48); }

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

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

 span { border-color: rgb(150,112,48); }

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