#9C713C

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

Shades of Buttered Rum #9C713C

Tints of Buttered Rum #9C713C

Color information

#9C713C (or 0x9C713C) is unknown color: approx Buttered Rum. HEX triplet: 9C, 71 and 3C. RGB value is (156,113,60). Sum of RGB (Red+Green+Blue) = 156+113+60=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C713C is #638EC3. Grayscale: #787878. Windows color (decimal): -6524612 or 3961244. OLE color: 3961244.

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

Color convert

RGB15611360-
CMYK00.280.620.39
HSL33.12º44.44%42.35%-
HSV(B)33.12º61.54%61.18%-
XYZ20.4319.26.9-
YUV119.8294.25153.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=47.42%
G=34.35%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561136000.280.620.3933.1244.4442.35
Hex9C713C01C3E27212c2a
Octal234161740347647415452
Binary100111001110001111100011100111110100111100001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,60); }

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

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

 a { background-color: rgb(156,113,60); }

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

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

 span { border-color: rgb(156,113,60); }

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