#956C2F

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

Shades of Buttered Rum #956C2F

Tints of Buttered Rum #956C2F

Color information

#956C2F (or 0x956C2F) is unknown color: approx Buttered Rum. HEX triplet: 95, 6C and 2F. RGB value is (149,108,47). Sum of RGB (Red+Green+Blue) = 149+108+47=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #956C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C2F is #6A93D0. Grayscale: #717171. Windows color (decimal): -6984657 or 3107989. OLE color: 3107989.

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

Color convert

RGB14910847-
CMYK00.280.680.42
HSL35.88º52.04%38.43%-
HSV(B)35.88º68.46%58.43%-
XYZ18.2717.325.07-
YUV113.390.58153.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=49.01%
G=35.53%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491084700.280.680.4235.8852.0438.43
Hex956C2F01C442A243426
Octal2251545703410452446446
Binary1001010111011001011110111001000100101010100100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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