#967140

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

Shades of Buttered Rum #967140

Tints of Buttered Rum #967140

Color information

#967140 (or 0x967140) is unknown color: approx Buttered Rum. HEX triplet: 96, 71 and 40. RGB value is (150,113,64). Sum of RGB (Red+Green+Blue) = 150+113+64=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967140 is #698EBF. Grayscale: #767676. Windows color (decimal): -6917824 or 4223382. OLE color: 4223382.

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

Color convert

RGB15011364-
CMYK00.250.570.41
HSL34.19º40.19%41.96%-
HSV(B)34.19º57.33%58.82%-
XYZ19.4118.667.43-
YUV118.4897.26150.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=45.87%
G=34.56%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501136400.250.570.4134.1940.1941.96
Hex967140019392922282a
Octal2261611000317151425052
Binary1001011011100011000000011001111001101001100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967140; }

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

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

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

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

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

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

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

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