Html Css Color HEX #9D6E75 Turkish Rose

📋 copy color: '#9D6E75'

red 157 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #9D6E75

Tints of Turkish Rose #9D6E75

RGB

 RED value IS 157 (61.72% from 255) = 40.89%

 GREEN value IS 110 (43.36% from 255) = 28.65%

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

R = 40.89%
G = 28.65%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D6E75 (or 0x9D6E75) is known color: Turkish Rose. HEX triplet: 9D, 6E and 75. RGB value is (157,110,117). Sum of RGB (Red+Green+Blue) = 157+110+117=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6E75 is #62918A. Grayscale: #7C7C7C. Windows color (decimal): -6459787 or 7696029. OLE color: 7696029.

HSL color Cylindrical-coordinate representation of color #9D6E75: hue angle of 351.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D6E75 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 110 117 -
CMYK 0 0.30 0.25 0.38
HSL 351.06º 0.19% 0.52% -
HSV(B) 351.06º 0.3% 0.62% -
XYZ 22.69 19.6 19.42 -
YUV 124.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 157 110 117 0 0.30 0.25 0.38 351.06 0.19 0.52
Hex 9D 6E 75 0 1E 19 26 15F 13 34
Octal 235 156 165 0 36 31 46 537 23 64
Binary 10011101 1101110 1110101 0 11110 11001 100110 101011111 10011 110100

Color Harmonies of #9D6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E75

Black with #9D6E75

Text Example


Text Example

White with #9D6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,117); }

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

background-color css

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

 a { background-color: rgb(157,110,117); }

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

border-color css

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

 span { border-color: rgb(157,110,117); }

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