#9C6A75

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

Shades of Turkish Rose #9C6A75

Tints of Turkish Rose #9C6A75

Color information

#9C6A75 (or 0x9C6A75) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6A and 75. RGB value is (156,106,117). Sum of RGB (Red+Green+Blue) = 156+106+117=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A75 is #63958A. Grayscale: #7A7A7A. Windows color (decimal): -6526347 or 7695004. OLE color: 7695004.

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

Color convert

RGB156106117-
CMYK00.320.250.39
HSL346.8º20.16%51.37%-
HSV(B)346.8º32.05%61.18%-
XYZ22.0818.6619.27-
YUV122.2125.06152.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=41.16%
G=27.97%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610611700.320.250.39346.820.1651.37
Hex9C6A75020192715b1433
Octal23415216504031475332463
Binary100111001101010111010101000001100110011110101101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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