#9E666E

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

Shades of Turkish Rose #9E666E

Tints of Turkish Rose #9E666E

Color information

#9E666E (or 0x9E666E) is unknown color: approx Turkish Rose. HEX triplet: 9E, 66 and 6E. RGB value is (158,102,110). Sum of RGB (Red+Green+Blue) = 158+102+110=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E666E is #619991. Grayscale: #777777. Windows color (decimal): -6396306 or 7235230. OLE color: 7235230.

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

Color convert

RGB158102110-
CMYK00.350.300.38
HSL351.43º22.4%50.98%-
HSV(B)351.43º35.44%61.96%-
XYZ21.6717.917.06-
YUV119.66122.55155.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=42.70%
G=27.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810211000.350.300.38351.4322.450.98
Hex9E666E0231E2615f1633
Octal23614615604336465372663
Binary100111101100110110111001000111111010011010101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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