#9C6E6F

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

Shades of Turkish Rose #9C6E6F

Tints of Turkish Rose #9C6E6F

Color information

#9C6E6F (or 0x9C6E6F) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6E and 6F. RGB value is (156,110,111). Sum of RGB (Red+Green+Blue) = 156+110+111=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E6F is #639190. Grayscale: #7B7B7B. Windows color (decimal): -6525329 or 7302812. OLE color: 7302812.

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

Color convert

RGB156110111-
CMYK00.290.290.39
HSL358.7º18.85%52.16%-
HSV(B)358.7º29.49%61.18%-
XYZ22.1619.3717.61-
YUV123.87120.74150.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=41.38%
G=29.18%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611011100.290.290.39358.718.8552.16
Hex9C6E6F01D1D271671334
Octal23415615703535475472364
Binary10011100110111011011110111011110110011110110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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