Html Css Color HEX #956E6F Turkish Rose

📋 copy color: '#956E6F'

red 149 ◦ green 110 ◦ blue 111

#956E6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #956E6F

Tints of Turkish Rose #956E6F

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 40.27%
G = 29.73%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#956E6F (or 0x956E6F) is known color: Turkish Rose. HEX triplet: 95, 6E and 6F. RGB value is (149,110,111). Sum of RGB (Red+Green+Blue) = 149+110+111=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #956E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E6F is #6A9190. Grayscale: #797979. Windows color (decimal): -6984081 or 7302805. OLE color: 7302805.

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

Color convert

RGB 149 110 111 -
CMYK 0 0.26 0.26 0.42
HSL 358.46º 0.16% 0.51% -
HSV(B) 358.46º 0.26% 0.58% -
XYZ 20.84 18.69 17.55 -
YUV 121.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 149 110 111 0 0.26 0.26 0.42 358.46 0.16 0.51
Hex 95 6E 6F 0 1A 1A 2A 166 10 33
Octal 225 156 157 0 32 32 52 546 20 63
Binary 10010101 1101110 1101111 0 11010 11010 101010 101100110 10000 110011

Color Harmonies of #956E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E6F

Black with #956E6F

Text Example


Text Example

White with #956E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #956E6F;
 }
 .AnyTagClassName
 {
   color: #956E6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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