#9C6163

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

Shades of Turkish Rose #9C6163

Tints of Turkish Rose #9C6163

Color information

#9C6163 (or 0x9C6163) is unknown color: approx Turkish Rose. HEX triplet: 9C, 61 and 63. RGB value is (156,97,99). Sum of RGB (Red+Green+Blue) = 156+97+99=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6163 is #639E9C. Grayscale: #727272. Windows color (decimal): -6528669 or 6513052. OLE color: 6513052.

HSL color Cylindrical-coordinate representation of color #9C6163: hue angle of 357.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6163 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1569799-
CMYK00.380.370.39
HSL357.97º23.32%49.61%-
HSV(B)357.97º37.82%61.18%-
XYZ20.2416.5213.93-
YUV114.87119.05157.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=44.32%
G=27.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156979900.380.370.39357.9723.3249.61
Hex9C616302625271661732
Octal23414114304645475462762
Binary1001110011000011100011010011010010110011110110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,99); }

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

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

 a { background-color: rgb(156,97,99); }

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

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

 span { border-color: rgb(156,97,99); }

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