#9C6F21

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

Shades of Buttered Rum #9C6F21

Tints of Buttered Rum #9C6F21

Color information

#9C6F21 (or 0x9C6F21) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6F and 21. RGB value is (156,111,33). Sum of RGB (Red+Green+Blue) = 156+111+33=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6F21 is #6390DE. Grayscale: #737373. Windows color (decimal): -6525151 or 2191260. OLE color: 2191260.

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

Color convert

RGB15611133-
CMYK00.290.790.39
HSL38.05º65.08%37.06%-
HSV(B)38.05º78.85%61.18%-
XYZ19.6718.553.98-
YUV115.5681.41156.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 33 (13.28% from 255) = 11%
R=52%
G=37%
B=11%

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
Decimal1561113300.290.790.3938.0565.0837.06
Hex9C6F2101D4F27264125
Octal23415741035117474610145
Binary10011100110111110000101110110011111001111001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,33); }

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

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

 a { background-color: rgb(156,111,33); }

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

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

 span { border-color: rgb(156,111,33); }

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