#9B6A33

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

Shades of Buttered Rum #9B6A33

Tints of Buttered Rum #9B6A33

Color information

#9B6A33 (or 0x9B6A33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6A and 33. RGB value is (155,106,51). Sum of RGB (Red+Green+Blue) = 155+106+51=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A33 is #6495CC. Grayscale: #727272. Windows color (decimal): -6591949 or 3369627. OLE color: 3369627.

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

Color convert

RGB15510651-
CMYK00.320.670.39
HSL31.73º50.49%40.39%-
HSV(B)31.73º67.1%60.78%-
XYZ19.2717.525.5-
YUV114.3892.23156.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=49.68%
G=33.97%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551065100.320.670.3931.7350.4940.39
Hex9B6A330204327203228
Octal2331526304010347406250
Binary10011011110101011001101000001000011100111100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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