#9C6A72

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

Shades of Turkish Rose #9C6A72

Tints of Turkish Rose #9C6A72

Color information

#9C6A72 (or 0x9C6A72) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6A and 72. RGB value is (156,106,114). Sum of RGB (Red+Green+Blue) = 156+106+114=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A72 is #63958D. Grayscale: #797979. Windows color (decimal): -6526350 or 7498396. OLE color: 7498396.

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

Color convert

RGB156106114-
CMYK00.320.270.39
HSL350.4º20.16%51.37%-
HSV(B)350.4º32.05%61.18%-
XYZ21.918.5918.35-
YUV121.86123.56152.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=41.49%
G=28.19%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610611400.320.270.39350.420.1651.37
Hex9C6A720201B2715e1433
Octal23415216204033475362463
Binary100111001101010111001001000001101110011110101111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,114); }

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

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

 a { background-color: rgb(156,106,114); }

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

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

 span { border-color: rgb(156,106,114); }

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