#9C6827

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

Shades of Buttered Rum #9C6827

Tints of Buttered Rum #9C6827

Color information

#9C6827 (or 0x9C6827) is unknown color: approx Buttered Rum. HEX triplet: 9C, 68 and 27. RGB value is (156,104,39). Sum of RGB (Red+Green+Blue) = 156+104+39=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6827 is #6397D8. Grayscale: #707070. Windows color (decimal): -6526937 or 2582684. OLE color: 2582684.

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

Color convert

RGB15610439-
CMYK00.330.750.39
HSL33.33º60%38.24%-
HSV(B)33.33º75%61.18%-
XYZ19.0317.124.22-
YUV112.1486.73159.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561043900.330.750.3933.336038.24
Hex9C68270214B27213c26
Octal2341504704111347417446
Binary10011100110100010011101000011001011100111100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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