#956E33

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

Shades of Buttered Rum #956E33

Tints of Buttered Rum #956E33

Color information

#956E33 (or 0x956E33) is unknown color: approx Buttered Rum. HEX triplet: 95, 6E and 33. RGB value is (149,110,51). Sum of RGB (Red+Green+Blue) = 149+110+51=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #956E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E33 is #6A91CC. Grayscale: #737373. Windows color (decimal): -6984141 or 3370645. OLE color: 3370645.

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

Color convert

RGB14911051-
CMYK00.260.660.42
HSL36.12º49%39.22%-
HSV(B)36.12º65.77%58.43%-
XYZ18.5717.785.59-
YUV114.9391.92152.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=48.06%
G=35.48%
B=16.45%

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
Decimal1491105100.260.660.4236.124939.22
Hex956E3301A422A243127
Octal2251566303210252446147
Binary1001010111011101100110110101000010101010100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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