#956D39

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

Shades of Buttered Rum #956D39

Tints of Buttered Rum #956D39

Color information

#956D39 (or 0x956D39) is unknown color: approx Buttered Rum. HEX triplet: 95, 6D and 39. RGB value is (149,109,57). Sum of RGB (Red+Green+Blue) = 149+109+57=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D39 is #6A92C6. Grayscale: #737373. Windows color (decimal): -6984391 or 3763605. OLE color: 3763605.

HSL color Cylindrical-coordinate representation of color #956D39: hue angle of 33.91º 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 #956D39 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14910957-
CMYK00.270.620.42
HSL33.91º44.66%40.39%-
HSV(B)33.91º61.74%58.43%-
XYZ18.617.626.29-
YUV115.0395.25152.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=47.30%
G=34.60%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491095700.270.620.4233.9144.6640.39
Hex956D3901B3E2A222d28
Octal225155710337652425550
Binary100101011101101111001011011111110101010100010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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