#9C7636

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

Shades of Buttered Rum #9C7636

Tints of Buttered Rum #9C7636

Color information

#9C7636 (or 0x9C7636) is unknown color: approx Buttered Rum. HEX triplet: 9C, 76 and 36. RGB value is (156,118,54). Sum of RGB (Red+Green+Blue) = 156+118+54=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7636 is #6389C9. Grayscale: #7A7A7A. Windows color (decimal): -6523338 or 3569308. OLE color: 3569308.

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

Color convert

RGB15611854-
CMYK00.240.650.39
HSL37.65º48.57%41.18%-
HSV(B)37.65º65.38%61.18%-
XYZ20.8520.296.31-
YUV122.0789.59152.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=47.56%
G=35.98%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561185400.240.650.3937.6548.5741.18
Hex9C76360184127263129
Octal2341666603010147466151
Binary1001110011101101101100110001000001100111100110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,54); }

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

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

 a { background-color: rgb(156,118,54); }

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

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

 span { border-color: rgb(156,118,54); }

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