#9C666B

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

Shades of Turkish Rose #9C666B

Tints of Turkish Rose #9C666B

Color information

#9C666B (or 0x9C666B) is unknown color: approx Turkish Rose. HEX triplet: 9C, 66 and 6B. RGB value is (156,102,107). Sum of RGB (Red+Green+Blue) = 156+102+107=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C666B is #639994. Grayscale: #767676. Windows color (decimal): -6527381 or 7038620. OLE color: 7038620.

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

Color convert

RGB156102107-
CMYK00.350.310.39
HSL354.44º21.43%50.59%-
HSV(B)354.44º34.62%61.18%-
XYZ21.1217.6316.2-
YUV118.72121.39154.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=42.74%
G=27.95%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610210700.350.310.39354.4421.4350.59
Hex9C666B0231F271621533
Octal23414615304337475422563
Binary100111001100110110101101000111111110011110110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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