#99563C

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

Shades of Sepia #99563C

Tints of Sepia #99563C

Color information

#99563C (or 0x99563C) is unknown color: approx Sepia. HEX triplet: 99, 56 and 3C. RGB value is (153,86,60). Sum of RGB (Red+Green+Blue) = 153+86+60=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99563C is #66A9C3. Grayscale: #676767. Windows color (decimal): -6728132 or 3954329. OLE color: 3954329.

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

Color convert

RGB1538660-
CMYK00.440.610.4
HSL16.77º43.66%41.76%-
HSV(B)16.77º60.78%60%-
XYZ17.2813.756.02-
YUV103.07103.7163.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=51.17%
G=28.76%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153866000.440.610.416.7743.6641.76
Hex99563C02C3D28112c2a
Octal231126740547550215452
Binary100110011010110111100010110011110110100010001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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