#956A2D

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

Shades of Buttered Rum #956A2D

Tints of Buttered Rum #956A2D

Color information

#956A2D (or 0x956A2D) is unknown color: approx Buttered Rum. HEX triplet: 95, 6A and 2D. RGB value is (149,106,45). Sum of RGB (Red+Green+Blue) = 149+106+45=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A2D is #6A95D2. Grayscale: #707070. Windows color (decimal): -6985171 or 2976405. OLE color: 2976405.

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

Color convert

RGB14910645-
CMYK00.290.700.42
HSL35.19º53.61%38.04%-
HSV(B)35.19º69.8%58.43%-
XYZ18.0216.894.79-
YUV111.990.25154.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 45 (17.97% from 255) = 15%
R=49.67%
G=35.33%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491064500.290.700.4235.1953.6138.04
Hex956A2D01D462A233626
Octal2251525503510652436646
Binary1001010111010101011010111011000110101010100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,45); }

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

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

 a { background-color: rgb(149,106,45); }

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

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

 span { border-color: rgb(149,106,45); }

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