#9C6D70

Color #9C6D70 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C6D70

Tints of Turkish Rose #9C6D70

Color information

#9C6D70 (or 0x9C6D70) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6D and 70. RGB value is (156,109,112). Sum of RGB (Red+Green+Blue) = 156+109+112=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D70 is #63928F. Grayscale: #7B7B7B. Windows color (decimal): -6525584 or 7368092. OLE color: 7368092.

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

Color convert

RGB156109112-
CMYK00.300.280.39
HSL356.17º19.18%51.96%-
HSV(B)356.17º30.13%61.18%-
XYZ22.119.1817.87-
YUV123.4121.57151.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=41.38%
G=28.91%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610911200.300.280.39356.1719.1851.96
Hex9C6D7001E1C271641334
Octal23415516003634475442364
Binary10011100110110111100000111101110010011110110010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C6D70;
 }
 .AnyTagClassName
 {
   color: #9C6D70;
 }
</style>
background-color css

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

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

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

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

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

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