#9B6C21

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

Shades of Buttered Rum #9B6C21

Tints of Buttered Rum #9B6C21

Color information

#9B6C21 (or 0x9B6C21) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6C and 21. RGB value is (155,108,33). Sum of RGB (Red+Green+Blue) = 155+108+33=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C21 is #6493DE. Grayscale: #717171. Windows color (decimal): -6591455 or 2190491. OLE color: 2190491.

HSL color Cylindrical-coordinate representation of color #9B6C21: hue angle of 36.89º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B6C21 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15510833-
CMYK00.300.790.39
HSL36.89º64.89%36.86%-
HSV(B)36.89º78.71%60.78%-
XYZ19.1517.83.87-
YUV113.582.57157.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=52.36%
G=36.49%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551083300.300.790.3936.8964.8936.86
Hex9B6C2101E4F27254125
Octal23315441036117474510145
Binary10011011110110010000101111010011111001111001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,33); }

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

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

 a { background-color: rgb(155,108,33); }

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

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

 span { border-color: rgb(155,108,33); }

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