#967139

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

Shades of Buttered Rum #967139

Tints of Buttered Rum #967139

Color information

#967139 (or 0x967139) is unknown color: approx Buttered Rum. HEX triplet: 96, 71 and 39. RGB value is (150,113,57). Sum of RGB (Red+Green+Blue) = 150+113+57=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967139 is #698EC6. Grayscale: #757575. Windows color (decimal): -6917831 or 3764630. OLE color: 3764630.

HSL color Cylindrical-coordinate representation of color #967139: hue angle of 36.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #967139 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB15011357-
CMYK00.250.620.41
HSL36.13º44.93%40.59%-
HSV(B)36.13º62%58.82%-
XYZ19.2218.596.45-
YUV117.6893.76151.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=46.88%
G=35.31%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501135700.250.620.4136.1344.9340.59
Hex9671390193E29242d29
Octal226161710317651445551
Binary100101101110001111001011001111110101001100100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967139; }

 p { color: rgb(150,113,57); }

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

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

 a { background-color: rgb(150,113,57); }

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

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

 span { border-color: rgb(150,113,57); }

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