#9B7632

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

Shades of Buttered Rum #9B7632

Tints of Buttered Rum #9B7632

Color information

#9B7632 (or 0x9B7632) is unknown color: approx Buttered Rum. HEX triplet: 9B, 76 and 32. RGB value is (155,118,50). Sum of RGB (Red+Green+Blue) = 155+118+50=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7632 is #6489CD. Grayscale: #797979. Windows color (decimal): -6588878 or 3307163. OLE color: 3307163.

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

Color convert

RGB15511850-
CMYK00.240.680.39
HSL38.86º51.22%40.2%-
HSV(B)38.86º67.74%60.78%-
XYZ20.5720.165.82-
YUV121.3187.76152.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=47.99%
G=36.53%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551185000.240.680.3938.8651.2240.2
Hex9B76320184427273328
Octal2331666203010447476350
Binary1001101111101101100100110001000100100111100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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