#967033

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

Shades of Buttered Rum #967033

Tints of Buttered Rum #967033

Color information

#967033 (or 0x967033) is unknown color: approx Buttered Rum. HEX triplet: 96, 70 and 33. RGB value is (150,112,51). Sum of RGB (Red+Green+Blue) = 150+112+51=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #967033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967033 is #698FCC. Grayscale: #747474. Windows color (decimal): -6918093 or 3371158. OLE color: 3371158.

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

Color convert

RGB15011251-
CMYK00.250.660.41
HSL36.97º49.25%39.41%-
HSV(B)36.97º66%58.82%-
XYZ18.9718.315.67-
YUV116.4191.09151.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=47.92%
G=35.78%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501125100.250.660.4136.9749.2539.41
Hex9670330194229253127
Octal2261606303110251456147
Binary1001011011100001100110110011000010101001100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967033; }

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

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

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

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

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

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

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

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