#956E39

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

Shades of Buttered Rum #956E39

Tints of Buttered Rum #956E39

Color information

#956E39 (or 0x956E39) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 39. RGB value is (149,110,57). Sum of RGB (Red+Green+Blue) = 149+110+57=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #956E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E39 is #6A91C6. Grayscale: #737373. Windows color (decimal): -6984135 or 3763861. OLE color: 3763861.

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

Color convert

RGB14911057-
CMYK00.260.620.42
HSL34.57º44.66%40.39%-
HSV(B)34.57º61.74%58.43%-
XYZ18.7117.846.33-
YUV115.6294.92151.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=47.15%
G=34.81%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491105700.260.620.4234.5744.6640.39
Hex956E3901A3E2A232d28
Octal225156710327652435550
Binary100101011101110111001011010111110101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E39; }

 p { color: rgb(149,110,57); }

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

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

 a { background-color: rgb(149,110,57); }

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

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

 span { border-color: rgb(149,110,57); }

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