#9c6b22

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

Shades of Buttered Rum #9C6B22

Tints of Buttered Rum #9C6B22

Color information

#9C6B22 (or 0x9C6B22) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6B and 22. RGB value is (156,107,34). Sum of RGB (Red+Green+Blue) = 156+107+34=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B22 is #6394DD. Grayscale: #717171. Windows color (decimal): -6526174 or 2255772. OLE color: 2255772.

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

Color convert

RGB15610734-
CMYK00.310.780.39
HSL35.9º64.21%37.25%-
HSV(B)35.9º78.21%61.18%-
XYZ19.2617.73.91-
YUV113.3383.23158.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=52.53%
G=36.03%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561073400.310.780.3935.964.2137.25
Hex9C6B2201F4E27244025
Octal23415342037116474410045
Binary10011100110101110001001111110011101001111001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c6b22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,34); }

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

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

 a { background-color: rgb(156,107,34); }

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

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

 span { border-color: rgb(156,107,34); }

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