Html Css Color HEX #9E6E75 Turkish Rose

📋 copy color: '#9E6E75'

red 158 ◦ green 110 ◦ blue 117

#9E6E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9E6E75

Tints of Turkish Rose #9E6E75

RGB

 RED value IS 158 (62.11% from 255) = 41.04%

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 41.04%
G = 28.57%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E6E75 (or 0x9E6E75) is known color: Turkish Rose. HEX triplet: 9E, 6E and 75. RGB value is (158,110,117). Sum of RGB (Red+Green+Blue) = 158+110+117=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6E75 is #61918A. Grayscale: #7D7D7D. Windows color (decimal): -6394251 or 7696030. OLE color: 7696030.

HSL color Cylindrical-coordinate representation of color #9E6E75: hue angle of 351.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6E75 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 110 117 -
CMYK 0 0.30 0.26 0.38
HSL 351.25º 0.2% 0.53% -
HSV(B) 351.25º 0.3% 0.62% -
XYZ 22.89 19.71 19.43 -
YUV 125.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 158 110 117 0 0.30 0.26 0.38 351.25 0.2 0.53
Hex 9E 6E 75 0 1E 1A 26 15F 14 35
Octal 236 156 165 0 36 32 46 537 24 65
Binary 10011110 1101110 1110101 0 11110 11010 100110 101011111 10100 110101

Color Harmonies of #9E6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6E75

Black with #9E6E75

Text Example


Text Example

White with #9E6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E6E75;
 }
 .AnyTagClassName
 {
   color: #9E6E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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