Html Css Color HEX #9E6167 Turkish Rose

📋 copy color: '#9E6167'

red 158 ◦ green 97 ◦ blue 103

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

Shades of Turkish Rose #9E6167

Tints of Turkish Rose #9E6167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 44.13%
G = 27.09%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E6167 (or 0x9E6167) is known color: Turkish Rose. HEX triplet: 9E, 61 and 67. RGB value is (158,97,103). Sum of RGB (Red+Green+Blue) = 158+97+103=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6167 is #619E98. Grayscale: #737373. Windows color (decimal): -6397593 or 6775198. OLE color: 6775198.

HSL color Cylindrical-coordinate representation of color #9E6167: hue angle of 354.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6167 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 97 103 -
CMYK 0 0.39 0.35 0.38
HSL 354.1º 0.24% 0.5% -
HSV(B) 354.1º 0.39% 0.62% -
XYZ 20.82 16.8 14.98 -
YUV 115.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 158 97 103 0 0.39 0.35 0.38 354.1 0.24 0.5
Hex 9E 61 67 0 27 23 26 162 18 32
Octal 236 141 147 0 47 43 46 542 30 62
Binary 10011110 1100001 1100111 0 100111 100011 100110 101100010 11000 110010

Color Harmonies of #9E6167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6167

Black with #9E6167

Text Example


Text Example

White with #9E6167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,97,103); }

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

background-color css

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

 a { background-color: rgb(158,97,103); }

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

border-color css

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

 span { border-color: rgb(158,97,103); }

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