Html Css Color HEX #9E6D75 Turkish Rose

📋 copy color: '#9E6D75'

red 158 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #9E6D75

Tints of Turkish Rose #9E6D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 41.15%
G = 28.39%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E6D75 (or 0x9E6D75) is known color: Turkish Rose. HEX triplet: 9E, 6D and 75. RGB value is (158,109,117). Sum of RGB (Red+Green+Blue) = 158+109+117=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D75 is #61928A. Grayscale: #7C7C7C. Windows color (decimal): -6394507 or 7695774. OLE color: 7695774.

HSL color Cylindrical-coordinate representation of color #9E6D75: hue angle of 350.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D75 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 109 117 -
CMYK 0 0.31 0.26 0.38
HSL 350.2º 0.2% 0.52% -
HSV(B) 350.2º 0.31% 0.62% -
XYZ 22.78 19.49 19.39 -
YUV 124.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 158 109 117 0 0.31 0.26 0.38 350.2 0.2 0.52
Hex 9E 6D 75 0 1F 1A 26 15E 14 34
Octal 236 155 165 0 37 32 46 536 24 64
Binary 10011110 1101101 1110101 0 11111 11010 100110 101011110 10100 110100

Color Harmonies of #9E6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D75

Black with #9E6D75

Text Example


Text Example

White with #9E6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,109,117); }

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

background-color css

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

 a { background-color: rgb(158,109,117); }

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

border-color css

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

 span { border-color: rgb(158,109,117); }

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