#9E6364

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

Shades of Turkish Rose #9E6364

Tints of Turkish Rose #9E6364

Color information

#9E6364 (or 0x9E6364) is unknown color: approx Turkish Rose. HEX triplet: 9E, 63 and 64. RGB value is (158,99,100). Sum of RGB (Red+Green+Blue) = 158+99+100=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6364 is #619C9B. Grayscale: #747474. Windows color (decimal): -6397084 or 6579102. OLE color: 6579102.

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

Color convert

RGB15899100-
CMYK00.370.370.38
HSL358.98º23.32%50.39%-
HSV(B)358.98º37.34%61.96%-
XYZ20.8617.1114.26-
YUV116.76118.55157.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=44.26%
G=27.73%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589910000.370.370.38358.9823.3250.39
Hex9E636402525261671732
Octal23614314404545465472762
Binary1001111011000111100100010010110010110011010110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,100); }

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

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

 a { background-color: rgb(158,99,100); }

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

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

 span { border-color: rgb(158,99,100); }

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