#956C6F

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

Shades of Turkish Rose #956C6F

Tints of Turkish Rose #956C6F

Color information

#956C6F (or 0x956C6F) is unknown color: approx Turkish Rose. HEX triplet: 95, 6C and 6F. RGB value is (149,108,111). Sum of RGB (Red+Green+Blue) = 149+108+111=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #956C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C6F is #6A9390. Grayscale: #787878. Windows color (decimal): -6984593 or 7302293. OLE color: 7302293.

HSL color Cylindrical-coordinate representation of color #956C6F: hue angle of 355.61º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956C6F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149108111-
CMYK00.280.260.42
HSL355.61º16.21%50.39%-
HSV(B)355.61º27.52%58.43%-
XYZ20.6318.2617.48-
YUV120.6122.58148.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=40.49%
G=29.35%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910811100.280.260.42355.6116.2150.39
Hex956C6F01C1A2A1641032
Octal22515415703432525442062
Binary10010101110110011011110111001101010101010110010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956C6F; }

 p { color: rgb(149,108,111); }

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

<style>
 a { background-color: #956C6F; }

 a { background-color: rgb(149,108,111); }

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

<style>
 span { border-color: #956C6F; }

 span { border-color: rgb(149,108,111); }

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