#967B39

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

Shades of Buttered Rum #967B39

Tints of Buttered Rum #967B39

Color information

#967B39 (or 0x967B39) is unknown color: approx Buttered Rum. HEX triplet: 96, 7B and 39. RGB value is (150,123,57). Sum of RGB (Red+Green+Blue) = 150+123+57=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B39 is #6984C6. Grayscale: #7B7B7B. Windows color (decimal): -6915271 or 3767190. OLE color: 3767190.

HSL color Cylindrical-coordinate representation of color #967B39: hue angle of 42.58º 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 #967B39 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB15012357-
CMYK00.180.620.41
HSL42.58º44.93%40.59%-
HSV(B)42.58º62%58.82%-
XYZ20.420.956.84-
YUV123.5590.45146.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=45.45%
G=37.27%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501235700.180.620.4142.5844.9340.59
Hex967B390123E292b2d29
Octal226173710227651535551
Binary100101101111011111001010010111110101001101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B39; }

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

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

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

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

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

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

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

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