Html Css Color HEX #9E6976 Turkish Rose

📋 copy color: '#9E6976'

red 158 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #9E6976

Tints of Turkish Rose #9E6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

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

R = 41.47%
G = 27.56%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E6976 (or 0x9E6976) is known color: Turkish Rose. HEX triplet: 9E, 69 and 76. RGB value is (158,105,118). Sum of RGB (Red+Green+Blue) = 158+105+118=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6976 is #619689. Grayscale: #7A7A7A. Windows color (decimal): -6395530 or 7760286. OLE color: 7760286.

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

Color convert

RGB 158 105 118 -
CMYK 0 0.34 0.25 0.38
HSL 345.28º 0.21% 0.52% -
HSV(B) 345.28º 0.34% 0.62% -
XYZ 22.42 18.68 19.56 -
YUV 122.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 158 105 118 0 0.34 0.25 0.38 345.28 0.21 0.52
Hex 9E 69 76 0 22 19 26 159 15 34
Octal 236 151 166 0 42 31 46 531 25 64
Binary 10011110 1101001 1110110 0 100010 11001 100110 101011001 10101 110100

Color Harmonies of #9E6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6976

Black with #9E6976

Text Example


Text Example

White with #9E6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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