#9C646C

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

Shades of Turkish Rose #9C646C

Tints of Turkish Rose #9C646C

Color information

#9C646C (or 0x9C646C) is unknown color: approx Turkish Rose. HEX triplet: 9C, 64 and 6C. RGB value is (156,100,108). Sum of RGB (Red+Green+Blue) = 156+100+108=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C646C is #639B93. Grayscale: #757575. Windows color (decimal): -6527892 or 7103644. OLE color: 7103644.

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

Color convert

RGB156100108-
CMYK00.360.310.39
HSL351.43º22.05%50.2%-
HSV(B)351.43º35.9%61.18%-
XYZ20.9717.2616.41-
YUV117.66122.55155.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=42.86%
G=27.47%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610010800.360.310.39351.4322.0550.2
Hex9C646C0241F2715f1632
Octal23414415404437475372662
Binary100111001100100110110001001001111110011110101111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,108); }

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

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

 a { background-color: rgb(156,100,108); }

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

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

 span { border-color: rgb(156,100,108); }

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