#956A2B

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

Shades of Buttered Rum #956A2B

Tints of Buttered Rum #956A2B

Color information

#956A2B (or 0x956A2B) is unknown color: approx Buttered Rum. HEX triplet: 95, 6A and 2B. RGB value is (149,106,43). Sum of RGB (Red+Green+Blue) = 149+106+43=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #956A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A2B is #6A95D4. Grayscale: #6F6F6F. Windows color (decimal): -6985173 or 2845333. OLE color: 2845333.

HSL color Cylindrical-coordinate representation of color #956A2B: hue angle of 35.66º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #956A2B is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14910643-
CMYK00.290.710.42
HSL35.66º55.21%37.65%-
HSV(B)35.66º71.14%58.43%-
XYZ17.9816.874.59-
YUV111.6889.25154.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=50%
G=35.57%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491064300.290.710.4235.6655.2137.65
Hex956A2B01D472A243726
Octal2251525303510752446746
Binary1001010111010101010110111011000111101010100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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