#95696B

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

Shades of Turkish Rose #95696B

Tints of Turkish Rose #95696B

Color information

#95696B (or 0x95696B) is unknown color: approx Turkish Rose. HEX triplet: 95, 69 and 6B. RGB value is (149,105,107). Sum of RGB (Red+Green+Blue) = 149+105+107=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95696B is #6A9694. Grayscale: #767676. Windows color (decimal): -6985365 or 7039381. OLE color: 7039381.

HSL color Cylindrical-coordinate representation of color #95696B: hue angle of 357.27º degrees, saturation: 0.17, 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 #95696B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149105107-
CMYK00.300.280.42
HSL357.27º17.32%49.8%-
HSV(B)357.27º29.53%58.43%-
XYZ20.117.5516.24-
YUV118.38121.58149.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=41.27%
G=29.09%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910510700.300.280.42357.2717.3249.8
Hex95696B01E1C2A1651132
Octal22515115303634525452162
Binary10010101110100111010110111101110010101010110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,105,107); }

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

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

 a { background-color: rgb(149,105,107); }

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

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

 span { border-color: rgb(149,105,107); }

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