#967240

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

Shades of Buttered Rum #967240

Tints of Buttered Rum #967240

Color information

#967240 (or 0x967240) is unknown color: approx Buttered Rum. HEX triplet: 96, 72 and 40. RGB value is (150,114,64). Sum of RGB (Red+Green+Blue) = 150+114+64=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #967240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967240 is #698DBF. Grayscale: #777777. Windows color (decimal): -6917568 or 4223638. OLE color: 4223638.

HSL color Cylindrical-coordinate representation of color #967240: hue angle of 34.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967240 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15011464-
CMYK00.240.570.41
HSL34.88º40.19%41.96%-
HSV(B)34.88º57.33%58.82%-
XYZ19.5218.897.47-
YUV119.0696.93150.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=45.73%
G=34.76%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501146400.240.570.4134.8840.1941.96
Hex967240018392923282a
Octal2261621000307151435052
Binary1001011011100101000000011000111001101001100011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967240; }

 p { color: rgb(150,114,64); }

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

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

 a { background-color: rgb(150,114,64); }

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

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

 span { border-color: rgb(150,114,64); }

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