#9E6470

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

Shades of Turkish Rose #9E6470

Tints of Turkish Rose #9E6470

Color information

#9E6470 (or 0x9E6470) is unknown color: approx Turkish Rose. HEX triplet: 9E, 64 and 70. RGB value is (158,100,112). Sum of RGB (Red+Green+Blue) = 158+100+112=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6470 is #619B8F. Grayscale: #767676. Windows color (decimal): -6396816 or 7365790. OLE color: 7365790.

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

Color convert

RGB158100112-
CMYK00.370.290.38
HSL347.59º23.02%50.59%-
HSV(B)347.59º36.71%61.96%-
XYZ21.5817.5517.58-
YUV118.71124.22156.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=42.70%
G=27.03%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810011200.370.290.38347.5923.0250.59
Hex9E64700251D2615c1733
Octal23614416004535465342763
Binary100111101100100111000001001011110110011010101110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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