#967740

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

Shades of Buttered Rum #967740

Tints of Buttered Rum #967740

Color information

#967740 (or 0x967740) is unknown color: approx Buttered Rum. HEX triplet: 96, 77 and 40. RGB value is (150,119,64). Sum of RGB (Red+Green+Blue) = 150+119+64=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #967740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967740 is #6988BF. Grayscale: #7A7A7A. Windows color (decimal): -6916288 or 4224918. OLE color: 4224918.

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

Color convert

RGB15011964-
CMYK00.210.570.41
HSL38.37º40.19%41.96%-
HSV(B)38.37º57.33%58.82%-
XYZ20.120.057.66-
YUV12295.27147.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=45.05%
G=35.74%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501196400.210.570.4138.3740.1941.96
Hex967740015392926282a
Octal2261671000257151465052
Binary1001011011101111000000010101111001101001100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967740; }

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

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

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

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

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

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

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

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