#99563E

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

Shades of Sepia #99563E

Tints of Sepia #99563E

Color information

#99563E (or 0x99563E) is unknown color: approx Sepia. HEX triplet: 99, 56 and 3E. RGB value is (153,86,62). Sum of RGB (Red+Green+Blue) = 153+86+62=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99563E is #66A9C1. Grayscale: #676767. Windows color (decimal): -6728130 or 4085401. OLE color: 4085401.

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

Color convert

RGB1538662-
CMYK00.440.590.4
HSL15.82º42.33%42.16%-
HSV(B)15.82º59.48%60%-
XYZ17.3313.786.3-
YUV103.3104.7163.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=50.83%
G=28.57%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153866200.440.590.415.8242.3342.16
Hex99563E02C3B28102a2a
Octal231126760547350205252
Binary100110011010110111110010110011101110100010000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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