#9C6568

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

Shades of Turkish Rose #9C6568

Tints of Turkish Rose #9C6568

Color information

#9C6568 (or 0x9C6568) is unknown color: approx Turkish Rose. HEX triplet: 9C, 65 and 68. RGB value is (156,101,104). Sum of RGB (Red+Green+Blue) = 156+101+104=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6568 is #639A97. Grayscale: #757575. Windows color (decimal): -6527640 or 6841756. OLE color: 6841756.

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

Color convert

RGB156101104-
CMYK00.350.330.39
HSL356.73º21.74%50.39%-
HSV(B)356.73º35.26%61.18%-
XYZ20.8617.3715.35-
YUV117.79120.22155.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=43.21%
G=27.98%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610110400.350.330.39356.7321.7450.39
Hex9C656802321271651632
Octal23414515004341475452662
Binary1001110011001011101000010001110000110011110110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,104); }

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

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

 a { background-color: rgb(156,101,104); }

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

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

 span { border-color: rgb(156,101,104); }

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