#956E2C

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

Shades of Buttered Rum #956E2C

Tints of Buttered Rum #956E2C

Color information

#956E2C (or 0x956E2C) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 2C. RGB value is (149,110,44). Sum of RGB (Red+Green+Blue) = 149+110+44=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #956E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E2C is #6A91D3. Grayscale: #727272. Windows color (decimal): -6984148 or 2911893. OLE color: 2911893.

HSL color Cylindrical-coordinate representation of color #956E2C: hue angle of 37.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #956E2C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911044-
CMYK00.260.700.42
HSL37.71º54.4%37.84%-
HSV(B)37.71º70.47%58.43%-
XYZ18.4217.724.83-
YUV114.1488.42152.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=49.17%
G=36.30%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491104400.260.700.4237.7154.437.84
Hex956E2C01A462A263626
Octal2251565403210652466646
Binary1001010111011101011000110101000110101010100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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