#9E6465

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

Shades of Turkish Rose #9E6465

Tints of Turkish Rose #9E6465

Color information

#9E6465 (or 0x9E6465) is unknown color: approx Turkish Rose. HEX triplet: 9E, 64 and 65. RGB value is (158,100,101). Sum of RGB (Red+Green+Blue) = 158+100+101=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6465 is #619B9A. Grayscale: #757575. Windows color (decimal): -6396827 or 6644894. OLE color: 6644894.

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

Color convert

RGB158100101-
CMYK00.370.360.38
HSL358.97º23.02%50.59%-
HSV(B)358.97º36.71%61.96%-
XYZ21.0117.3214.55-
YUV117.46118.72156.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=44.01%
G=27.86%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810010100.370.360.38358.9723.0250.59
Hex9E646502524261671733
Octal23614414504544465472763
Binary1001111011001001100101010010110010010011010110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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