Html Css Color HEX #9D6874 Turkish Rose

📋 copy color: '#9D6874'

red 157 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #9D6874

Tints of Turkish Rose #9D6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 41.64%
G = 27.59%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D6874 (or 0x9D6874) is known color: Turkish Rose. HEX triplet: 9D, 68 and 74. RGB value is (157,104,116). Sum of RGB (Red+Green+Blue) = 157+104+116=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6874 is #62978B. Grayscale: #797979. Windows color (decimal): -6461324 or 7628957. OLE color: 7628957.

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

Color convert

RGB 157 104 116 -
CMYK 0 0.34 0.26 0.38
HSL 346.42º 0.21% 0.51% -
HSV(B) 346.42º 0.34% 0.62% -
XYZ 22.01 18.33 18.9 -
YUV 121.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 157 104 116 0 0.34 0.26 0.38 346.42 0.21 0.51
Hex 9D 68 74 0 22 1A 26 15A 15 33
Octal 235 150 164 0 42 32 46 532 25 63
Binary 10011101 1101000 1110100 0 100010 11010 100110 101011010 10101 110011

Color Harmonies of #9D6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6874

Black with #9D6874

Text Example


Text Example

White with #9D6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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