#956A34

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

Shades of Buttered Rum #956A34

Tints of Buttered Rum #956A34

Color information

#956A34 (or 0x956A34) is unknown color: approx Buttered Rum. HEX triplet: 95, 6A and 34. RGB value is (149,106,52). Sum of RGB (Red+Green+Blue) = 149+106+52=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #956A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A34 is #6A95CB. Grayscale: #707070. Windows color (decimal): -6985164 or 3435157. OLE color: 3435157.

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

Color convert

RGB14910652-
CMYK00.290.650.42
HSL33.4º48.26%39.41%-
HSV(B)33.4º65.1%58.43%-
XYZ18.1716.955.56-
YUV112.793.75153.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=48.53%
G=34.53%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491065200.290.650.4233.448.2639.41
Hex956A3401D412A213027
Octal2251526403510152416047
Binary1001010111010101101000111011000001101010100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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