#9C7634

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

Shades of Buttered Rum #9C7634

Tints of Buttered Rum #9C7634

Color information

#9C7634 (or 0x9C7634) is unknown color: approx Buttered Rum. HEX triplet: 9C, 76 and 34. RGB value is (156,118,52). Sum of RGB (Red+Green+Blue) = 156+118+52=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7634 is #6389CB. Grayscale: #7A7A7A. Windows color (decimal): -6523340 or 3438236. OLE color: 3438236.

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

Color convert

RGB15611852-
CMYK00.240.670.39
HSL38.08º50%40.78%-
HSV(B)38.08º66.67%61.18%-
XYZ20.8120.276.07-
YUV121.8488.59152.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=47.85%
G=36.20%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561185200.240.670.3938.085040.78
Hex9C76340184327263229
Octal2341666403010347466251
Binary1001110011101101101000110001000011100111100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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