#95686A

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

Shades of Turkish Rose #95686A

Tints of Turkish Rose #95686A

Color information

#95686A (or 0x95686A) is unknown color: approx Turkish Rose. HEX triplet: 95, 68 and 6A. RGB value is (149,104,106). Sum of RGB (Red+Green+Blue) = 149+104+106=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95686A is #6A9795. Grayscale: #757575. Windows color (decimal): -6985622 or 6973589. OLE color: 6973589.

HSL color Cylindrical-coordinate representation of color #95686A: hue angle of 357.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95686A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149104106-
CMYK00.300.290.42
HSL357.33º17.79%49.61%-
HSV(B)357.33º30.2%58.43%-
XYZ19.9517.3315.93-
YUV117.68121.41150.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=41.50%
G=28.97%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910410600.300.290.42357.3317.7949.61
Hex95686A01E1D2A1651232
Octal22515015203635525452262
Binary10010101110100011010100111101110110101010110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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