#956C28

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

Shades of Buttered Rum #956C28

Tints of Buttered Rum #956C28

Color information

#956C28 (or 0x956C28) is unknown color: approx Buttered Rum. HEX triplet: 95, 6C and 28. RGB value is (149,108,40). Sum of RGB (Red+Green+Blue) = 149+108+40=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #956C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C28 is #6A93D7. Grayscale: #707070. Windows color (decimal): -6984664 or 2649237. OLE color: 2649237.

HSL color Cylindrical-coordinate representation of color #956C28: hue angle of 37.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #956C28 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14910840-
CMYK00.280.730.42
HSL37.43º57.67%37.06%-
HSV(B)37.43º73.15%58.43%-
XYZ18.1417.274.38-
YUV112.5187.08154.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=50.17%
G=36.36%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491084000.280.730.4237.4357.6737.06
Hex956C2801C492A253a25
Octal2251545003411152457245
Binary1001010111011001010000111001001001101010100101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,40); }

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

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

 a { background-color: rgb(149,108,40); }

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

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

 span { border-color: rgb(149,108,40); }

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