#9E564D

Color #9E564D Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #9E564D

Tints of Crail #9E564D

Color information

#9E564D (or 0x9E564D) is unknown color: approx Crail. HEX triplet: 9E, 56 and 4D. RGB value is (158,86,77). Sum of RGB (Red+Green+Blue) = 158+86+77=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E564D is #61A9B2. Grayscale: #6A6A6A. Windows color (decimal): -6400435 or 5068446. OLE color: 5068446.

HSL color Cylindrical-coordinate representation of color #9E564D: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E564D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1588677-
CMYK00.460.510.38
HSL6.67º34.47%46.08%-
HSV(B)6.67º51.27%61.96%-
XYZ18.7714.468.82-
YUV106.5111.35164.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=49.22%
G=26.79%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158867700.460.510.386.6734.4746.08
Hex9E564D02E33267222e
Octal236126115056634674256
Binary10011110101011010011010101110110011100110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E564D; }

 p { color: rgb(158,86,77); }

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

<style>
 a { background-color: #9E564D; }

 a { background-color: rgb(158,86,77); }

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

<style>
 span { border-color: #9E564D; }

 span { border-color: rgb(158,86,77); }

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