#9B6E32

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

Shades of Buttered Rum #9B6E32

Tints of Buttered Rum #9B6E32

Color information

#9B6E32 (or 0x9B6E32) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 32. RGB value is (155,110,50). Sum of RGB (Red+Green+Blue) = 155+110+50=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E32 is #6491CD. Grayscale: #747474. Windows color (decimal): -6590926 or 3305115. OLE color: 3305115.

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

Color convert

RGB15511050-
CMYK00.290.680.39
HSL34.29º51.22%40.2%-
HSV(B)34.29º67.74%60.78%-
XYZ19.6718.355.52-
YUV116.6290.41155.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 50 (19.92% from 255) = 15.87%
R=49.21%
G=34.92%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551105000.290.680.3934.2951.2240.2
Hex9B6E3201D4427223328
Octal2331566203510447426350
Binary1001101111011101100100111011000100100111100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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