#96563F

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

Shades of Sepia #96563F

Tints of Sepia #96563F

Color information

#96563F (or 0x96563F) is unknown color: approx Sepia. HEX triplet: 96, 56 and 3F. RGB value is (150,86,63). Sum of RGB (Red+Green+Blue) = 150+86+63=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96563F is #69A9C0. Grayscale: #666666. Windows color (decimal): -6924737 or 4150934. OLE color: 4150934.

HSL color Cylindrical-coordinate representation of color #96563F: hue angle of 15.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96563F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1508663-
CMYK00.430.580.41
HSL15.86º40.85%41.76%-
HSV(B)15.86º58%58.82%-
XYZ16.813.56.42-
YUV102.51105.7161.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 63 (25% from 255) = 21.07%
R=50.17%
G=28.76%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150866300.430.580.4115.8640.8541.76
Hex96563F02B3A2910292a
Octal226126770537251205152
Binary100101101010110111111010101111101010100110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96563F; }

 p { color: rgb(150,86,63); }

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

<style>
 a { background-color: #96563F; }

 a { background-color: rgb(150,86,63); }

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

<style>
 span { border-color: #96563F; }

 span { border-color: rgb(150,86,63); }

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