#99604A

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

Shades of Sepia #99604A

Tints of Sepia #99604A

Color information

#99604A (or 0x99604A) is unknown color: approx Sepia. HEX triplet: 99, 60 and 4A. RGB value is (153,96,74). Sum of RGB (Red+Green+Blue) = 153+96+74=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #99604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99604A is #669FB5. Grayscale: #6E6E6E. Windows color (decimal): -6725558 or 4874393. OLE color: 4874393.

HSL color Cylindrical-coordinate representation of color #99604A: hue angle of 16.71º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99604A is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1539674-
CMYK00.370.520.4
HSL16.71º34.8%44.51%-
HSV(B)16.71º51.63%60%-
XYZ18.5615.638.52-
YUV110.54107.38158.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=47.37%
G=29.72%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153967400.370.520.416.7134.844.51
Hex99604A025342811232d
Octal2311401120456450214355
Binary1001100111000001001010010010111010010100010001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99604A; }

 p { color: rgb(153,96,74); }

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

<style>
 a { background-color: #99604A; }

 a { background-color: rgb(153,96,74); }

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

<style>
 span { border-color: #99604A; }

 span { border-color: rgb(153,96,74); }

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