#9E5646

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

Shades of Crail #9E5646

Tints of Crail #9E5646

Color information

#9E5646 (or 0x9E5646) is unknown color: approx Crail. HEX triplet: 9E, 56 and 46. RGB value is (158,86,70). Sum of RGB (Red+Green+Blue) = 158+86+70=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5646 is #61A9B9. Grayscale: #696969. Windows color (decimal): -6400442 or 4609694. OLE color: 4609694.

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

Color convert

RGB1588670-
CMYK00.460.560.38
HSL10.91º38.6%44.71%-
HSV(B)10.91º55.7%61.96%-
XYZ18.5314.377.59-
YUV105.7107.85165.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=50.32%
G=27.39%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158867000.460.560.3810.9138.644.71
Hex9E564602E3826b272d
Octal2361261060567046134755
Binary100111101010110100011001011101110001001101011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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