Html Css Color HEX #9E6061 Turkish Rose

📋 copy color: '#9E6061'

red 158 ◦ green 96 ◦ blue 97

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

Shades of Turkish Rose #9E6061

Tints of Turkish Rose #9E6061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 45.01%
G = 27.35%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9E6061 (or 0x9E6061) is known color: Turkish Rose. HEX triplet: 9E, 60 and 61. RGB value is (158,96,97). Sum of RGB (Red+Green+Blue) = 158+96+97=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6061 is #619F9E. Grayscale: #727272. Windows color (decimal): -6397855 or 6381726. OLE color: 6381726.

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

Color convert

RGB 158 96 97 -
CMYK 0 0.39 0.39 0.38
HSL 359.03º 0.24% 0.5% -
HSV(B) 359.03º 0.39% 0.62% -
XYZ 20.44 16.5 13.42 -
YUV 114.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 158 96 97 0 0.39 0.39 0.38 359.03 0.24 0.5
Hex 9E 60 61 0 27 27 26 167 18 32
Octal 236 140 141 0 47 47 46 547 30 62
Binary 10011110 1100000 1100001 0 100111 100111 100110 101100111 11000 110010

Color Harmonies of #9E6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6061

Black with #9E6061

Text Example


Text Example

White with #9E6061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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