#9C696F

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

Shades of Turkish Rose #9C696F

Tints of Turkish Rose #9C696F

Color information

#9C696F (or 0x9C696F) is unknown color: approx Turkish Rose. HEX triplet: 9C, 69 and 6F. RGB value is (156,105,111). Sum of RGB (Red+Green+Blue) = 156+105+111=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C696F is #639690. Grayscale: #787878. Windows color (decimal): -6526609 or 7301532. OLE color: 7301532.

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

Color convert

RGB156105111-
CMYK00.330.290.39
HSL352.94º20.48%51.18%-
HSV(B)352.94º32.69%61.18%-
XYZ21.6318.3217.43-
YUV120.93122.4153.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=41.94%
G=28.23%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610511100.330.290.39352.9420.4851.18
Hex9C696F0211D271611433
Octal23415115704135475412463
Binary100111001101001110111101000011110110011110110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,111); }

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

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

 a { background-color: rgb(156,105,111); }

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

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

 span { border-color: rgb(156,105,111); }

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