#9b6932

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

Shades of Buttered Rum #9B6932

Tints of Buttered Rum #9B6932

Color information

#9B6932 (or 0x9B6932) is unknown color: approx Buttered Rum. HEX triplet: 9B, 69 and 32. RGB value is (155,105,50). Sum of RGB (Red+Green+Blue) = 155+105+50=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6932 is #6496CD. Grayscale: #717171. Windows color (decimal): -6592206 or 3303835. OLE color: 3303835.

HSL color Cylindrical-coordinate representation of color #9B6932: hue angle of 31.43º 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 #9B6932 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15510550-
CMYK00.320.680.39
HSL31.43º51.22%40.2%-
HSV(B)31.43º67.74%60.78%-
XYZ19.1417.35.35-
YUV113.6892.06157.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=50%
G=33.87%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551055000.320.680.3931.4351.2240.2
Hex9B693202044271f3328
Octal2331516204010447376350
Binary1001101111010011100100100000100010010011111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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