#9E6368

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

Shades of Turkish Rose #9E6368

Tints of Turkish Rose #9E6368

Color information

#9E6368 (or 0x9E6368) is unknown color: approx Turkish Rose. HEX triplet: 9E, 63 and 68. RGB value is (158,99,104). Sum of RGB (Red+Green+Blue) = 158+99+104=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6368 is #619C97. Grayscale: #757575. Windows color (decimal): -6397080 or 6841246. OLE color: 6841246.

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

Color convert

RGB15899104-
CMYK00.370.340.38
HSL354.92º23.32%50.39%-
HSV(B)354.92º37.34%61.96%-
XYZ21.0617.1915.31-
YUV117.21120.55157.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=43.77%
G=27.42%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589910400.370.340.38354.9223.3250.39
Hex9E636802522261631732
Octal23614315004542465432762
Binary1001111011000111101000010010110001010011010110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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