#9c682a

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

Shades of Buttered Rum #9C682A

Tints of Buttered Rum #9C682A

Color information

#9C682A (or 0x9C682A) is unknown color: approx Buttered Rum. HEX triplet: 9C, 68 and 2A. RGB value is (156,104,42). Sum of RGB (Red+Green+Blue) = 156+104+42=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C682A is #6397D5. Grayscale: #707070. Windows color (decimal): -6526934 or 2779292. OLE color: 2779292.

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

Color convert

RGB15610442-
CMYK00.330.730.39
HSL32.63º57.58%38.82%-
HSV(B)32.63º73.08%61.18%-
XYZ19.0817.144.49-
YUV112.4888.23159.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=51.66%
G=34.44%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561044200.330.730.3932.6357.5838.82
Hex9C682A0214927213a27
Octal2341505204111147417247
Binary10011100110100010101001000011001001100111100001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c682a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,42); }

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

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

 a { background-color: rgb(156,104,42); }

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

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

 span { border-color: rgb(156,104,42); }

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