Html Css Color HEX #9C6E79 Turkish Rose

📋 copy color: '#9C6E79'

red 156 ◦ green 110 ◦ blue 121

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

Shades of Turkish Rose #9C6E79

Tints of Turkish Rose #9C6E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 40.31%
G = 28.42%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C6E79 (or 0x9C6E79) is known color: Turkish Rose. HEX triplet: 9C, 6E and 79. RGB value is (156,110,121). Sum of RGB (Red+Green+Blue) = 156+110+121=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E79 is #639186. Grayscale: #7D7D7D. Windows color (decimal): -6525319 or 7958172. OLE color: 7958172.

HSL color Cylindrical-coordinate representation of color #9C6E79: hue angle of 345.65º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6E79 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 110 121 -
CMYK 0 0.29 0.22 0.39
HSL 345.65º 0.19% 0.52% -
HSV(B) 345.65º 0.29% 0.61% -
XYZ 22.74 19.6 20.67 -
YUV 125.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 156 110 121 0 0.29 0.22 0.39 345.65 0.19 0.52
Hex 9C 6E 79 0 1D 16 27 15A 13 34
Octal 234 156 171 0 35 26 47 532 23 64
Binary 10011100 1101110 1111001 0 11101 10110 100111 101011010 10011 110100

Color Harmonies of #9C6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E79

Black with #9C6E79

Text Example


Text Example

White with #9C6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,110,121); }

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

background-color css

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

 a { background-color: rgb(156,110,121); }

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

border-color css

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

 span { border-color: rgb(156,110,121); }

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