Html Css Color HEX #956B6F Turkish Rose

📋 copy color: '#956B6F'

red 149 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #956B6F

Tints of Turkish Rose #956B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 40.6%
G = 29.16%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#956B6F (or 0x956B6F) is known color: 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

RGB 149 107 111 -
CMYK 0 0.28 0.26 0.42
HSL 354.29º 0.17% 0.5% -
HSV(B) 354.29º 0.28% 0.58% -
XYZ 20.52 18.05 17.44 -
YUV 120.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 149 107 111 0 0.28 0.26 0.42 354.29 0.17 0.5
Hex 95 6B 6F 0 1C 1A 2A 162 11 32
Octal 225 153 157 0 34 32 52 542 21 62
Binary 10010101 1101011 1101111 0 11100 11010 101010 101100010 10001 110010

Color Harmonies of #956B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B6F

Black with #956B6F

Text Example


Text Example

White with #956B6F

Text Example


Text Example

HTML Codes & Css Web 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>