#956B6F

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

Shades of Turkish Rose #956B6F

Tints of Turkish Rose #956B6F

Color information

#956B6F (or 0x956B6F) is unknown color: approx Turkish Rose. HEX triplet: 95, 6B and 6F. RGB value is (149,107,111). Sum of RGB (Red+Green+Blue) = 149+107+111=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B6F is #6A9490. Grayscale: #787878. Windows color (decimal): -6984849 or 7302037. OLE color: 7302037.

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

Color convert

RGB149107111-
CMYK00.280.260.42
HSL354.29º16.54%50.2%-
HSV(B)354.29º28.19%58.43%-
XYZ20.5218.0517.44-
YUV120.01122.91148.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=40.60%
G=29.16%
B=30.25%

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
Decimal14910711100.280.260.42354.2916.5450.2
Hex956B6F01C1A2A1621132
Octal22515315703432525422162
Binary10010101110101111011110111001101010101010110001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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