Html Css Color HEX #9D6668 Turkish Rose

📋 copy color: '#9D6668'

red 157 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #9D6668

Tints of Turkish Rose #9D6668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 43.25%
G = 28.1%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D6668 (or 0x9D6668) is known color: Turkish Rose. HEX triplet: 9D, 66 and 68. RGB value is (157,102,104). Sum of RGB (Red+Green+Blue) = 157+102+104=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6668 is #629997. Grayscale: #767676. Windows color (decimal): -6461848 or 6842013. OLE color: 6842013.

HSL color Cylindrical-coordinate representation of color #9D6668: hue angle of 357.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6668 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 104 -
CMYK 0 0.35 0.34 0.38
HSL 357.82º 0.22% 0.51% -
HSV(B) 357.82º 0.35% 0.62% -
XYZ 21.15 17.67 15.39 -
YUV 118.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 157 102 104 0 0.35 0.34 0.38 357.82 0.22 0.51
Hex 9D 66 68 0 23 22 26 166 16 33
Octal 235 146 150 0 43 42 46 546 26 63
Binary 10011101 1100110 1101000 0 100011 100010 100110 101100110 10110 110011

Color Harmonies of #9D6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6668

Black with #9D6668

Text Example


Text Example

White with #9D6668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,104); }

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

background-color css

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

 a { background-color: rgb(157,102,104); }

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

border-color css

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

 span { border-color: rgb(157,102,104); }

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