#957640

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

Shades of Buttered Rum #957640

Tints of Buttered Rum #957640

Color information

#957640 (or 0x957640) is unknown color: approx Buttered Rum. HEX triplet: 95, 76 and 40. RGB value is (149,118,64). Sum of RGB (Red+Green+Blue) = 149+118+64=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957640 is #6A89BF. Grayscale: #797979. Windows color (decimal): -6982080 or 4224661. OLE color: 4224661.

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

Color convert

RGB14911864-
CMYK00.210.570.42
HSL38.12º39.91%41.76%-
HSV(B)38.12º57.05%58.43%-
XYZ19.819.727.61-
YUV121.1195.77147.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=45.02%
G=35.65%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491186400.210.570.4238.1239.9141.76
Hex957640015392A26282a
Octal2251661000257152465052
Binary1001010111101101000000010101111001101010100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957640; }

 p { color: rgb(149,118,64); }

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

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

 a { background-color: rgb(149,118,64); }

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

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

 span { border-color: rgb(149,118,64); }

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