#9E6062

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

Shades of Turkish Rose #9E6062

Tints of Turkish Rose #9E6062

Color information

#9E6062 (or 0x9E6062) is unknown color: approx Turkish Rose. HEX triplet: 9E, 60 and 62. RGB value is (158,96,98). Sum of RGB (Red+Green+Blue) = 158+96+98=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6062 is #619F9D. Grayscale: #727272. Windows color (decimal): -6397854 or 6447262. OLE color: 6447262.

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

Color convert

RGB1589698-
CMYK00.390.380.38
HSL358.06º24.41%49.8%-
HSV(B)358.06º39.24%61.96%-
XYZ20.4916.5213.66-
YUV114.77118.54158.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=44.89%
G=27.27%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158969800.390.380.38358.0624.4149.8
Hex9E606202726261661832
Octal23614014204746465463062
Binary1001111011000001100010010011110011010011010110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,98); }

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

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

 a { background-color: rgb(158,96,98); }

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

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

 span { border-color: rgb(158,96,98); }

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