#9C6045

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

Shades of Sepia #9C6045

Tints of Sepia #9C6045

Color information

#9C6045 (or 0x9C6045) is unknown color: approx Sepia. HEX triplet: 9C, 60 and 45. RGB value is (156,96,69). Sum of RGB (Red+Green+Blue) = 156+96+69=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6045 is #639FBA. Grayscale: #6F6F6F. Windows color (decimal): -6528955 or 4546716. OLE color: 4546716.

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

Color convert

RGB1569669-
CMYK00.380.560.39
HSL18.62º38.67%44.12%-
HSV(B)18.62º55.77%61.18%-
XYZ18.9715.867.69-
YUV110.86104.38160.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=48.60%
G=29.91%
B=21.50%

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
Decimal156966900.380.560.3918.6238.6744.12
Hex9C6045026382713272c
Octal2341401050467047234754
Binary1001110011000001000101010011011100010011110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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