Html Css Color HEX #9E6A70 Turkish Rose

📋 copy color: '#9E6A70'

red 158 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #9E6A70

Tints of Turkish Rose #9E6A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 42.02%
G = 28.19%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E6A70 (or 0x9E6A70) is known color: Turkish Rose. HEX triplet: 9E, 6A and 70. RGB value is (158,106,112). Sum of RGB (Red+Green+Blue) = 158+106+112=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A70 is #61958F. Grayscale: #7A7A7A. Windows color (decimal): -6395280 or 7367326. OLE color: 7367326.

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

Color convert

RGB 158 106 112 -
CMYK 0 0.33 0.29 0.38
HSL 353.08º 0.21% 0.52% -
HSV(B) 353.08º 0.33% 0.62% -
XYZ 22.18 18.75 17.78 -
YUV 122.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 158 106 112 0 0.33 0.29 0.38 353.08 0.21 0.52
Hex 9E 6A 70 0 21 1D 26 161 15 34
Octal 236 152 160 0 41 35 46 541 25 64
Binary 10011110 1101010 1110000 0 100001 11101 100110 101100001 10101 110100

Color Harmonies of #9E6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A70

Black with #9E6A70

Text Example


Text Example

White with #9E6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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