#9C6830

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

Shades of Buttered Rum #9C6830

Tints of Buttered Rum #9C6830

Color information

#9C6830 (or 0x9C6830) is unknown color: approx Buttered Rum. HEX triplet: 9C, 68 and 30. RGB value is (156,104,48). Sum of RGB (Red+Green+Blue) = 156+104+48=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6830 is #6397CF. Grayscale: #717171. Windows color (decimal): -6526928 or 3172508. OLE color: 3172508.

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

Color convert

RGB15610448-
CMYK00.330.690.39
HSL31.11º52.94%40%-
HSV(B)31.11º69.23%61.18%-
XYZ19.1917.185.1-
YUV113.1691.23158.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.65%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=50.65%
G=33.77%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561044800.330.690.3931.1152.9440
Hex9C683002145271f3528
Octal2341506004110547376550
Binary1001110011010001100000100001100010110011111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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