#956B6E

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

Shades of Turkish Rose #956B6E

Tints of Turkish Rose #956B6E

Color information

#956B6E (or 0x956B6E) is unknown color: approx Turkish Rose. HEX triplet: 95, 6B and 6E. RGB value is (149,107,110). Sum of RGB (Red+Green+Blue) = 149+107+110=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B6E is #6A9491. Grayscale: #777777. Windows color (decimal): -6984850 or 7236501. OLE color: 7236501.

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

Color convert

RGB149107110-
CMYK00.280.260.42
HSL355.71º16.54%50.2%-
HSV(B)355.71º28.19%58.43%-
XYZ20.4718.0317.15-
YUV119.9122.41148.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=40.71%
G=29.23%
B=30.05%

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
Decimal14910711000.280.260.42355.7116.5450.2
Hex956B6E01C1A2A1641132
Octal22515315603432525442162
Binary10010101110101111011100111001101010101010110010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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