Html Css Color HEX #9C6871 Turkish Rose

📋 copy color: '#9C6871'

red 156 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #9C6871

Tints of Turkish Rose #9C6871

RGB

 RED value IS 156 (61.33% from 255) = 41.82%

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 41.82%
G = 27.88%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C6871 (or 0x9C6871) is known color: Turkish Rose. HEX triplet: 9C, 68 and 71. RGB value is (156,104,113). Sum of RGB (Red+Green+Blue) = 156+104+113=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6871 is #63978E. Grayscale: #787878. Windows color (decimal): -6526863 or 7432348. OLE color: 7432348.

HSL color Cylindrical-coordinate representation of color #9C6871: hue angle of 349.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6871 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 104 113 -
CMYK 0 0.33 0.28 0.39
HSL 349.62º 0.21% 0.51% -
HSV(B) 349.62º 0.33% 0.61% -
XYZ 21.64 18.16 17.99 -
YUV 120.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 156 104 113 0 0.33 0.28 0.39 349.62 0.21 0.51
Hex 9C 68 71 0 21 1C 27 15E 15 33
Octal 234 150 161 0 41 34 47 536 25 63
Binary 10011100 1101000 1110001 0 100001 11100 100111 101011110 10101 110011

Color Harmonies of #9C6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6871

Black with #9C6871

Text Example


Text Example

White with #9C6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,104,113); }

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

background-color css

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

 a { background-color: rgb(156,104,113); }

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

border-color css

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

 span { border-color: rgb(156,104,113); }

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