#9C6346

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

Shades of Sepia #9C6346

Tints of Sepia #9C6346

Color information

#9C6346 (or 0x9C6346) is unknown color: approx Sepia. HEX triplet: 9C, 63 and 46. RGB value is (156,99,70). Sum of RGB (Red+Green+Blue) = 156+99+70=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6346 is #639CB9. Grayscale: #707070. Windows color (decimal): -6528186 or 4613020. OLE color: 4613020.

HSL color Cylindrical-coordinate representation of color #9C6346: hue angle of 20.23º 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 #9C6346 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1569970-
CMYK00.370.550.39
HSL20.23º38.05%44.31%-
HSV(B)20.23º55.13%61.18%-
XYZ19.2816.437.95-
YUV112.74103.88158.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=48%
G=30.46%
B=21.54%

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
Decimal156997000.370.550.3920.2338.0544.31
Hex9C6346025372714262c
Octal2341431060456747244654
Binary1001110011000111000110010010111011110011110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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