Html Css Color HEX #9E6671 Turkish Rose

📋 copy color: '#9E6671'

red 158 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #9E6671

Tints of Turkish Rose #9E6671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 42.36%
G = 27.35%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E6671 (or 0x9E6671) is known color: Turkish Rose. HEX triplet: 9E, 66 and 71. RGB value is (158,102,113). Sum of RGB (Red+Green+Blue) = 158+102+113=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6671 is #61998E. Grayscale: #787878. Windows color (decimal): -6396303 or 7431838. OLE color: 7431838.

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

Color convert

RGB 158 102 113 -
CMYK 0 0.35 0.28 0.38
HSL 348.21º 0.22% 0.51% -
HSV(B) 348.21º 0.35% 0.62% -
XYZ 21.83 17.96 17.94 -
YUV 120 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 158 102 113 0 0.35 0.28 0.38 348.21 0.22 0.51
Hex 9E 66 71 0 23 1C 26 15C 16 33
Octal 236 146 161 0 43 34 46 534 26 63
Binary 10011110 1100110 1110001 0 100011 11100 100110 101011100 10110 110011

Color Harmonies of #9E6671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6671

Black with #9E6671

Text Example


Text Example

White with #9E6671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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