#9B6F33

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

Shades of Buttered Rum #9B6F33

Tints of Buttered Rum #9B6F33

Color information

#9B6F33 (or 0x9B6F33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6F and 33. RGB value is (155,111,51). Sum of RGB (Red+Green+Blue) = 155+111+51=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6F33 is #6490CC. Grayscale: #757575. Windows color (decimal): -6590669 or 3370907. OLE color: 3370907.

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

Color convert

RGB15511151-
CMYK00.280.670.39
HSL34.62º50.49%40.39%-
HSV(B)34.62º67.1%60.78%-
XYZ19.818.585.67-
YUV117.3290.58154.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=48.90%
G=35.02%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551115100.280.670.3934.6250.4940.39
Hex9B6F3301C4327233228
Octal2331576303410347436250
Binary1001101111011111100110111001000011100111100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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