#9E6366

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

Shades of Turkish Rose #9E6366

Tints of Turkish Rose #9E6366

Color information

#9E6366 (or 0x9E6366) is unknown color: approx Turkish Rose. HEX triplet: 9E, 63 and 66. RGB value is (158,99,102). Sum of RGB (Red+Green+Blue) = 158+99+102=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6366 is #619C99. Grayscale: #757575. Windows color (decimal): -6397082 or 6710174. OLE color: 6710174.

HSL color Cylindrical-coordinate representation of color #9E6366: hue angle of 356.95º 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 #9E6366 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15899102-
CMYK00.370.350.38
HSL356.95º23.32%50.39%-
HSV(B)356.95º37.34%61.96%-
XYZ20.9617.1514.78-
YUV116.98119.55157.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=44.01%
G=27.58%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589910200.370.350.38356.9523.3250.39
Hex9E636602523261651732
Octal23614314604543465452762
Binary1001111011000111100110010010110001110011010110010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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