Html Css Color HEX #9D8386 Turkish Rose

📋 copy color: '#9D8386'

red 157 ◦ green 131 ◦ blue 134

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

Shades of Turkish Rose #9D8386

Tints of Turkish Rose #9D8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 37.2%
G = 31.04%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D8386 (or 0x9D8386) is known color: Turkish Rose. HEX triplet: 9D, 83 and 86. RGB value is (157,131,134). Sum of RGB (Red+Green+Blue) = 157+131+134=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8386 is #627C79. Grayscale: #8B8B8B. Windows color (decimal): -6454394 or 8815517. OLE color: 8815517.

HSL color Cylindrical-coordinate representation of color #9D8386: hue angle of 353.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8386 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 134 -
CMYK 0 0.17 0.15 0.38
HSL 353.08º 0.12% 0.56% -
HSV(B) 353.08º 0.17% 0.62% -
XYZ 26.32 25.12 26.02 -
YUV 139.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 157 131 134 0 0.17 0.15 0.38 353.08 0.12 0.56
Hex 9D 83 86 0 11 F 26 161 C 38
Octal 235 203 206 0 21 17 46 541 14 70
Binary 10011101 10000011 10000110 0 10001 1111 100110 101100001 1100 111000

Color Harmonies of #9D8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8386

Black with #9D8386

Text Example


Text Example

White with #9D8386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,131,134); }

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

background-color css

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

 a { background-color: rgb(157,131,134); }

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

border-color css

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

 span { border-color: rgb(157,131,134); }

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