#956E38

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

Shades of Buttered Rum #956E38

Tints of Buttered Rum #956E38

Color information

#956E38 (or 0x956E38) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 38. RGB value is (149,110,56). Sum of RGB (Red+Green+Blue) = 149+110+56=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E38 is #6A91C7. Grayscale: #737373. Windows color (decimal): -6984136 or 3698325. OLE color: 3698325.

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

Color convert

RGB14911056-
CMYK00.260.620.42
HSL34.84º45.37%40.2%-
HSV(B)34.84º62.42%58.43%-
XYZ18.6817.836.2-
YUV115.594.42151.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=47.30%
G=34.92%
B=17.78%

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
Decimal1491105600.260.620.4234.8445.3740.2
Hex956E3801A3E2A232d28
Octal225156700327652435550
Binary100101011101110111000011010111110101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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