#9C676C

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

Shades of Turkish Rose #9C676C

Tints of Turkish Rose #9C676C

Color information

#9C676C (or 0x9C676C) is unknown color: approx Turkish Rose. HEX triplet: 9C, 67 and 6C. RGB value is (156,103,108). Sum of RGB (Red+Green+Blue) = 156+103+108=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C676C is #639893. Grayscale: #777777. Windows color (decimal): -6527124 or 7104412. OLE color: 7104412.

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

Color convert

RGB156103108-
CMYK00.340.310.39
HSL354.34º21.12%50.78%-
HSV(B)354.34º33.97%61.18%-
XYZ21.2717.8516.51-
YUV119.42121.56154.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=42.51%
G=28.07%
B=29.43%

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
Decimal15610310800.340.310.39354.3421.1250.78
Hex9C676C0221F271621533
Octal23414715404237475422563
Binary100111001100111110110001000101111110011110110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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