#9C6246

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

Shades of Sepia #9C6246

Tints of Sepia #9C6246

Color information

#9C6246 (or 0x9C6246) is unknown color: approx Sepia. HEX triplet: 9C, 62 and 46. RGB value is (156,98,70). Sum of RGB (Red+Green+Blue) = 156+98+70=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6246 is #639DB9. Grayscale: #707070. Windows color (decimal): -6528442 or 4612764. OLE color: 4612764.

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

Color convert

RGB1569870-
CMYK00.370.550.39
HSL19.53º38.05%44.31%-
HSV(B)19.53º55.13%61.18%-
XYZ19.1816.257.92-
YUV112.15104.22159.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=48.15%
G=30.25%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156987000.370.550.3919.5338.0544.31
Hex9C6246025372714262c
Octal2341421060456747244654
Binary1001110011000101000110010010111011110011110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,70); }

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

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

 a { background-color: rgb(156,98,70); }

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

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

 span { border-color: rgb(156,98,70); }

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