#99563A

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

Shades of Sepia #99563A

Tints of Sepia #99563A

Color information

#99563A (or 0x99563A) is unknown color: approx Sepia. HEX triplet: 99, 56 and 3A. RGB value is (153,86,58). Sum of RGB (Red+Green+Blue) = 153+86+58=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99563A is #66A9C5. Grayscale: #676767. Windows color (decimal): -6728134 or 3823257. OLE color: 3823257.

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

Color convert

RGB1538658-
CMYK00.440.620.4
HSL17.68º45.02%41.37%-
HSV(B)17.68º62.09%60%-
XYZ17.2313.735.75-
YUV102.84102.7163.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=51.52%
G=28.96%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153865800.440.620.417.6845.0241.37
Hex99563A02C3E28122d29
Octal231126720547650225551
Binary100110011010110111010010110011111010100010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,86,58); }

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

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

 a { background-color: rgb(153,86,58); }

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

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

 span { border-color: rgb(153,86,58); }

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