Html Css Color HEX #9C6E70 Turkish Rose

📋 copy color: '#9C6E70'

red 156 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #9C6E70

Tints of Turkish Rose #9C6E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 41.27%
G = 29.1%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C6E70 (or 0x9C6E70) is known color: Turkish Rose. HEX triplet: 9C, 6E and 70. RGB value is (156,110,112). Sum of RGB (Red+Green+Blue) = 156+110+112=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E70 is #63918F. Grayscale: #7C7C7C. Windows color (decimal): -6525328 or 7368348. OLE color: 7368348.

HSL color Cylindrical-coordinate representation of color #9C6E70: hue angle of 357.39º 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 #9C6E70 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 110 112 -
CMYK 0 0.29 0.28 0.39
HSL 357.39º 0.19% 0.52% -
HSV(B) 357.39º 0.29% 0.61% -
XYZ 22.21 19.39 17.9 -
YUV 123.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 156 110 112 0 0.29 0.28 0.39 357.39 0.19 0.52
Hex 9C 6E 70 0 1D 1C 27 165 13 34
Octal 234 156 160 0 35 34 47 545 23 64
Binary 10011100 1101110 1110000 0 11101 11100 100111 101100101 10011 110100

Color Harmonies of #9C6E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E70

Black with #9C6E70

Text Example


Text Example

White with #9C6E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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