#9B6E21

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

Shades of Buttered Rum #9B6E21

Tints of Buttered Rum #9B6E21

Color information

#9B6E21 (or 0x9B6E21) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 21. RGB value is (155,110,33). Sum of RGB (Red+Green+Blue) = 155+110+33=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E21 is #6491DE. Grayscale: #737373. Windows color (decimal): -6590943 or 2191003. OLE color: 2191003.

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

Color convert

RGB15511033-
CMYK00.290.790.39
HSL37.87º64.89%36.86%-
HSV(B)37.87º78.71%60.78%-
XYZ19.3718.233.94-
YUV114.6881.91156.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.01%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=52.01%
G=36.91%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551103300.290.790.3937.8764.8936.86
Hex9B6E2101D4F27264125
Octal23315641035117474610145
Binary10011011110111010000101110110011111001111001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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