#9C6932

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

Shades of Buttered Rum #9C6932

Tints of Buttered Rum #9C6932

Color information

#9C6932 (or 0x9C6932) is unknown color: approx Buttered Rum. HEX triplet: 9C, 69 and 32. RGB value is (156,105,50). Sum of RGB (Red+Green+Blue) = 156+105+50=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6932 is #6396CD. Grayscale: #727272. Windows color (decimal): -6526670 or 3303836. OLE color: 3303836.

HSL color Cylindrical-coordinate representation of color #9C6932: hue angle of 31.13º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C6932 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15610550-
CMYK00.330.680.39
HSL31.13º51.46%40.39%-
HSV(B)31.13º67.95%61.18%-
XYZ19.3417.45.36-
YUV113.9891.9157.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=50.16%
G=33.76%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561055000.330.680.3931.1351.4640.39
Hex9C693202144271f3328
Octal2341516204110447376350
Binary1001110011010011100100100001100010010011111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C6932; }

 p { color: rgb(156,105,50); }

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

<style>
 a { background-color: #9C6932; }

 a { background-color: rgb(156,105,50); }

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

<style>
 span { border-color: #9C6932; }

 span { border-color: rgb(156,105,50); }

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