#99686B

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

Shades of Turkish Rose #99686B

Tints of Turkish Rose #99686B

Color information

#99686B (or 0x99686B) is unknown color: approx Turkish Rose. HEX triplet: 99, 68 and 6B. RGB value is (153,104,107). Sum of RGB (Red+Green+Blue) = 153+104+107=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686B is #669794. Grayscale: #777777. Windows color (decimal): -6723477 or 7039129. OLE color: 7039129.

HSL color Cylindrical-coordinate representation of color #99686B: hue angle of 356.33º 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 #99686B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153104107-
CMYK00.320.300.4
HSL356.33º19.37%50.39%-
HSV(B)356.33º32.03%60%-
XYZ20.7417.7316.24-
YUV118.99121.23152.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=42.03%
G=28.57%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310410700.320.300.4356.3319.3750.39
Hex99686B0201E281641332
Octal23115015304036505442362
Binary100110011101000110101101000001111010100010110010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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