#99686C

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

Shades of Turkish Rose #99686C

Tints of Turkish Rose #99686C

Color information

#99686C (or 0x99686C) is unknown color: approx Turkish Rose. HEX triplet: 99, 68 and 6C. RGB value is (153,104,108). Sum of RGB (Red+Green+Blue) = 153+104+108=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686C is #669793. Grayscale: #777777. Windows color (decimal): -6723476 or 7104665. OLE color: 7104665.

HSL color Cylindrical-coordinate representation of color #99686C: hue angle of 355.1º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99686C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153104108-
CMYK00.320.290.4
HSL355.1º19.37%50.39%-
HSV(B)355.1º32.03%60%-
XYZ20.7917.7616.52-
YUV119.11121.73152.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=41.92%
G=28.49%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310410800.320.290.4355.119.3750.39
Hex99686C0201D281631332
Octal23115015404035505432362
Binary100110011101000110110001000001110110100010110001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99686C; }

 p { color: rgb(153,104,108); }

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

<style>
 a { background-color: #99686C; }

 a { background-color: rgb(153,104,108); }

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

<style>
 span { border-color: #99686C; }

 span { border-color: rgb(153,104,108); }

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