Html Css Color HEX #9E6A76 Turkish Rose

📋 copy color: '#9E6A76'

red 158 ◦ green 106 ◦ blue 118

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

Shades of Turkish Rose #9E6A76

Tints of Turkish Rose #9E6A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 41.36%
G = 27.75%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E6A76 (or 0x9E6A76) is known color: Turkish Rose. HEX triplet: 9E, 6A and 76. RGB value is (158,106,118). Sum of RGB (Red+Green+Blue) = 158+106+118=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A76 is #619589. Grayscale: #7A7A7A. Windows color (decimal): -6395274 or 7760542. OLE color: 7760542.

HSL color Cylindrical-coordinate representation of color #9E6A76: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A76 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 106 118 -
CMYK 0 0.33 0.25 0.38
HSL 346.15º 0.21% 0.52% -
HSV(B) 346.15º 0.33% 0.62% -
XYZ 22.52 18.89 19.6 -
YUV 122.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 158 106 118 0 0.33 0.25 0.38 346.15 0.21 0.52
Hex 9E 6A 76 0 21 19 26 15A 15 34
Octal 236 152 166 0 41 31 46 532 25 64
Binary 10011110 1101010 1110110 0 100001 11001 100110 101011010 10101 110100

Color Harmonies of #9E6A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A76

Black with #9E6A76

Text Example


Text Example

White with #9E6A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,118); }

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

background-color css

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

 a { background-color: rgb(158,106,118); }

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

border-color css

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

 span { border-color: rgb(158,106,118); }

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