#9C6D6E

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

Shades of Turkish Rose #9C6D6E

Tints of Turkish Rose #9C6D6E

Color information

#9C6D6E (or 0x9C6D6E) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6D and 6E. RGB value is (156,109,110). Sum of RGB (Red+Green+Blue) = 156+109+110=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D6E is #639291. Grayscale: #7B7B7B. Windows color (decimal): -6525586 or 7237020. OLE color: 7237020.

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

Color convert

RGB156109110-
CMYK00.300.290.39
HSL358.72º19.18%51.96%-
HSV(B)358.72º30.13%61.18%-
XYZ21.9919.1317.29-
YUV123.17120.57151.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=41.6%
G=29.07%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610911000.300.290.39358.7219.1851.96
Hex9C6D6E01E1D271671334
Octal23415515603635475472364
Binary10011100110110111011100111101110110011110110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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