#9B6E33

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

Shades of Buttered Rum #9B6E33

Tints of Buttered Rum #9B6E33

Color information

#9B6E33 (or 0x9B6E33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 33. RGB value is (155,110,51). Sum of RGB (Red+Green+Blue) = 155+110+51=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E33 is #6491CC. Grayscale: #757575. Windows color (decimal): -6590925 or 3370651. OLE color: 3370651.

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

Color convert

RGB15511051-
CMYK00.290.670.39
HSL34.04º50.49%40.39%-
HSV(B)34.04º67.1%60.78%-
XYZ19.6918.365.64-
YUV116.7390.91155.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=49.05%
G=34.81%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551105100.290.670.3934.0450.4940.39
Hex9B6E3301D4327223228
Octal2331566303510347426250
Binary1001101111011101100110111011000011100111100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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