#956B32

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

Shades of Buttered Rum #956B32

Tints of Buttered Rum #956B32

Color information

#956B32 (or 0x956B32) is unknown color: approx Buttered Rum. HEX triplet: 95, 6B and 32. RGB value is (149,107,50). Sum of RGB (Red+Green+Blue) = 149+107+50=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #956B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B32 is #6A94CD. Grayscale: #717171. Windows color (decimal): -6984910 or 3304341. OLE color: 3304341.

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

Color convert

RGB14910750-
CMYK00.280.660.42
HSL34.55º49.75%39.02%-
HSV(B)34.55º66.44%58.43%-
XYZ18.2317.145.36-
YUV113.0692.41153.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.69%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=48.69%
G=34.97%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491075000.280.660.4234.5549.7539.02
Hex956B3201C422A233227
Octal2251536203410252436247
Binary1001010111010111100100111001000010101010100011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,50); }

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

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

 a { background-color: rgb(149,107,50); }

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

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

 span { border-color: rgb(149,107,50); }

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