#9C6145

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

Shades of Sepia #9C6145

Tints of Sepia #9C6145

Color information

#9C6145 (or 0x9C6145) is unknown color: approx Sepia. HEX triplet: 9C, 61 and 45. RGB value is (156,97,69). Sum of RGB (Red+Green+Blue) = 156+97+69=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6145 is #639EBA. Grayscale: #6F6F6F. Windows color (decimal): -6528699 or 4546972. OLE color: 4546972.

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

Color convert

RGB1569769-
CMYK00.380.560.39
HSL19.31º38.67%44.12%-
HSV(B)19.31º55.77%61.18%-
XYZ19.0616.057.72-
YUV111.45104.05159.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=48.45%
G=30.12%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156976900.380.560.3919.3138.6744.12
Hex9C6145026382713272c
Octal2341411050467047234754
Binary1001110011000011000101010011011100010011110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,69); }

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

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

 a { background-color: rgb(156,97,69); }

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

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

 span { border-color: rgb(156,97,69); }

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