#9C676B

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

Shades of Turkish Rose #9C676B

Tints of Turkish Rose #9C676B

Color information

#9C676B (or 0x9C676B) is unknown color: approx Turkish Rose. HEX triplet: 9C, 67 and 6B. RGB value is (156,103,107). Sum of RGB (Red+Green+Blue) = 156+103+107=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C676B is #639894. Grayscale: #777777. Windows color (decimal): -6527125 or 7038876. OLE color: 7038876.

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

Color convert

RGB156103107-
CMYK00.340.310.39
HSL355.47º21.12%50.78%-
HSV(B)355.47º33.97%61.18%-
XYZ21.2117.8316.23-
YUV119.3121.06154.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=42.62%
G=28.14%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610310700.340.310.39355.4721.1250.78
Hex9C676B0221F271631533
Octal23414715304237475432563
Binary100111001100111110101101000101111110011110110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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