#956F33

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

Shades of Buttered Rum #956F33

Tints of Buttered Rum #956F33

Color information

#956F33 (or 0x956F33) is unknown color: approx Buttered Rum. HEX triplet: 95, 6F and 33. RGB value is (149,111,51). Sum of RGB (Red+Green+Blue) = 149+111+51=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #956F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F33 is #6A90CC. Grayscale: #737373. Windows color (decimal): -6983885 or 3370901. OLE color: 3370901.

HSL color Cylindrical-coordinate representation of color #956F33: hue angle of 36.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #956F33 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14911151-
CMYK00.260.660.42
HSL36.73º49%39.22%-
HSV(B)36.73º65.77%58.43%-
XYZ18.68185.62-
YUV115.5291.59151.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=47.91%
G=35.69%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491115100.260.660.4236.734939.22
Hex956F3301A422A253127
Octal2251576303210252456147
Binary1001010111011111100110110101000010101010100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,51); }

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

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

 a { background-color: rgb(149,111,51); }

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

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

 span { border-color: rgb(149,111,51); }

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