#9C6772

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

Shades of Turkish Rose #9C6772

Tints of Turkish Rose #9C6772

Color information

#9C6772 (or 0x9C6772) is unknown color: approx Turkish Rose. HEX triplet: 9C, 67 and 72. RGB value is (156,103,114). Sum of RGB (Red+Green+Blue) = 156+103+114=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6772 is #63988D. Grayscale: #787878. Windows color (decimal): -6527118 or 7497628. OLE color: 7497628.

HSL color Cylindrical-coordinate representation of color #9C6772: hue angle of 347.55º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6772 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB156103114-
CMYK00.340.270.39
HSL347.55º21.12%50.78%-
HSV(B)347.55º33.97%61.18%-
XYZ21.617.9818.25-
YUV120.1124.56153.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=41.82%
G=27.61%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610311400.340.270.39347.5521.1250.78
Hex9C67720221B2715c1533
Octal23414716204233475342563
Binary100111001100111111001001000101101110011110101110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,114); }

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

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

 a { background-color: rgb(156,103,114); }

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

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

 span { border-color: rgb(156,103,114); }

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