Html Css Color HEX #9E6365 Turkish Rose

📋 copy color: '#9E6365'

red 158 ◦ green 99 ◦ blue 101

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

Shades of Turkish Rose #9E6365

Tints of Turkish Rose #9E6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 44.13%
G = 27.65%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E6365 (or 0x9E6365) is known color: Turkish Rose. HEX triplet: 9E, 63 and 65. RGB value is (158,99,101). Sum of RGB (Red+Green+Blue) = 158+99+101=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6365 is #619C9A. Grayscale: #747474. Windows color (decimal): -6397083 or 6644638. OLE color: 6644638.

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

Color convert

RGB 158 99 101 -
CMYK 0 0.37 0.36 0.38
HSL 357.97º 0.23% 0.5% -
HSV(B) 357.97º 0.37% 0.62% -
XYZ 20.91 17.13 14.52 -
YUV 116.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 158 99 101 0 0.37 0.36 0.38 357.97 0.23 0.5
Hex 9E 63 65 0 25 24 26 166 17 32
Octal 236 143 145 0 45 44 46 546 27 62
Binary 10011110 1100011 1100101 0 100101 100100 100110 101100110 10111 110010

Color Harmonies of #9E6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6365

Black with #9E6365

Text Example


Text Example

White with #9E6365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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