#956F38

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

Shades of Buttered Rum #956F38

Tints of Buttered Rum #956F38

Color information

#956F38 (or 0x956F38) is unknown color: approx Buttered Rum. HEX triplet: 95, 6F and 38. RGB value is (149,111,56). Sum of RGB (Red+Green+Blue) = 149+111+56=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #956F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F38 is #6A90C7. Grayscale: #747474. Windows color (decimal): -6983880 or 3698581. OLE color: 3698581.

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

Color convert

RGB14911156-
CMYK00.260.620.42
HSL35.48º45.37%40.2%-
HSV(B)35.48º62.42%58.43%-
XYZ18.7918.046.23-
YUV116.0994.09151.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=47.15%
G=35.13%
B=17.72%

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
Decimal1491115600.260.620.4235.4845.3740.2
Hex956F3801A3E2A232d28
Octal225157700327652435550
Binary100101011101111111000011010111110101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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