#9C682B

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

Shades of Buttered Rum #9C682B

Tints of Buttered Rum #9C682B

Color information

#9C682B (or 0x9C682B) is unknown color: approx Buttered Rum. HEX triplet: 9C, 68 and 2B. RGB value is (156,104,43). Sum of RGB (Red+Green+Blue) = 156+104+43=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C682B is #6397D4. Grayscale: #707070. Windows color (decimal): -6526933 or 2844828. OLE color: 2844828.

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

Color convert

RGB15610443-
CMYK00.330.720.39
HSL32.39º56.78%39.02%-
HSV(B)32.39º72.44%61.18%-
XYZ19.117.144.59-
YUV112.5988.73158.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 43 (17.19% from 255) = 14.19%
R=51.49%
G=34.32%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561044300.330.720.3932.3956.7839.02
Hex9C682B0214827203927
Octal2341505304111047407147
Binary10011100110100010101101000011001000100111100000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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