#956E36

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

Shades of Buttered Rum #956E36

Tints of Buttered Rum #956E36

Color information

#956E36 (or 0x956E36) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 36. RGB value is (149,110,54). Sum of RGB (Red+Green+Blue) = 149+110+54=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E36 is #6A91C9. Grayscale: #737373. Windows color (decimal): -6984138 or 3567253. OLE color: 3567253.

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

Color convert

RGB14911054-
CMYK00.260.640.42
HSL35.37º46.8%39.8%-
HSV(B)35.37º63.76%58.43%-
XYZ18.6417.815.95-
YUV115.2893.42152.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=47.60%
G=35.14%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491105400.260.640.4235.3746.839.8
Hex956E3601A402A232f28
Octal2251566603210052435750
Binary1001010111011101101100110101000000101010100011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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