#9C7041

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

Shades of Buttered Rum #9C7041

Tints of Buttered Rum #9C7041

Color information

#9C7041 (or 0x9C7041) is unknown color: approx Buttered Rum. HEX triplet: 9C, 70 and 41. RGB value is (156,112,65). Sum of RGB (Red+Green+Blue) = 156+112+65=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7041 is #638FBE. Grayscale: #787878. Windows color (decimal): -6524863 or 4288668. OLE color: 4288668.

HSL color Cylindrical-coordinate representation of color #9C7041: hue angle of 30.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C7041 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15611265-
CMYK00.280.580.39
HSL30.99º41.18%43.33%-
HSV(B)30.99º58.33%61.18%-
XYZ20.4619.047.6-
YUV119.897.08153.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.85%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=46.85%
G=33.63%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561126500.280.580.3930.9941.1843.33
Hex9C704101C3A271f292b
Octal2341601010347247375153
Binary100111001110000100000101110011101010011111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,65); }

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

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

 a { background-color: rgb(156,112,65); }

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

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

 span { border-color: rgb(156,112,65); }

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