#9C6347

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

Shades of Sepia #9C6347

Tints of Sepia #9C6347

Color information

#9C6347 (or 0x9C6347) is unknown color: approx Sepia. HEX triplet: 9C, 63 and 47. RGB value is (156,99,71). Sum of RGB (Red+Green+Blue) = 156+99+71=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6347 is #639CB8. Grayscale: #717171. Windows color (decimal): -6528185 or 4678556. OLE color: 4678556.

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

Color convert

RGB1569971-
CMYK00.370.540.39
HSL19.76º37.44%44.51%-
HSV(B)19.76º54.49%61.18%-
XYZ19.3116.458.12-
YUV112.85104.38158.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=47.85%
G=30.37%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156997100.370.540.3919.7637.4444.51
Hex9C6347025362714252d
Octal2341431070456647244555
Binary1001110011000111000111010010111011010011110100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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