#99686A

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

Shades of Turkish Rose #99686A

Tints of Turkish Rose #99686A

Color information

#99686A (or 0x99686A) is unknown color: approx Turkish Rose. HEX triplet: 99, 68 and 6A. RGB value is (153,104,106). Sum of RGB (Red+Green+Blue) = 153+104+106=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686A is #669795. Grayscale: #767676. Windows color (decimal): -6723478 or 6973593. OLE color: 6973593.

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

Color convert

RGB153104106-
CMYK00.320.310.4
HSL357.55º19.37%50.39%-
HSV(B)357.55º32.03%60%-
XYZ20.6917.7115.96-
YUV118.88120.73152.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=42.15%
G=28.65%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310410600.320.310.4357.5519.3750.39
Hex99686A0201F281661332
Octal23115015204037505462362
Binary100110011101000110101001000001111110100010110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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