Html Css Color HEX #9E6063 Turkish Rose

📋 copy color: '#9E6063'

red 158 ◦ green 96 ◦ blue 99

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

Shades of Turkish Rose #9E6063

Tints of Turkish Rose #9E6063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 44.76%
G = 27.2%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9E6063 (or 0x9E6063) is known color: Turkish Rose. HEX triplet: 9E, 60 and 63. RGB value is (158,96,99). Sum of RGB (Red+Green+Blue) = 158+96+99=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6063 is #619F9C. Grayscale: #727272. Windows color (decimal): -6397853 or 6512798. OLE color: 6512798.

HSL color Cylindrical-coordinate representation of color #9E6063: hue angle of 357.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 #9E6063 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 96 99 -
CMYK 0 0.39 0.37 0.38
HSL 357.1º 0.24% 0.5% -
HSV(B) 357.1º 0.39% 0.62% -
XYZ 20.54 16.54 13.91 -
YUV 114.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 158 96 99 0 0.39 0.37 0.38 357.1 0.24 0.5
Hex 9E 60 63 0 27 25 26 165 18 32
Octal 236 140 143 0 47 45 46 545 30 62
Binary 10011110 1100000 1100011 0 100111 100101 100110 101100101 11000 110010

Color Harmonies of #9E6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6063

Black with #9E6063

Text Example


Text Example

White with #9E6063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,99); }

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

background-color css

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

 a { background-color: rgb(158,96,99); }

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

border-color css

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

 span { border-color: rgb(158,96,99); }

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