Html Css Color HEX #956D74 Turkish Rose

📋 copy color: '#956D74'

red 149 ◦ green 109 ◦ blue 116

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

Shades of Turkish Rose #956D74

Tints of Turkish Rose #956D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 39.84%
G = 29.14%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#956D74 (or 0x956D74) is known color: Turkish Rose. HEX triplet: 95, 6D and 74. RGB value is (149,109,116). Sum of RGB (Red+Green+Blue) = 149+109+116=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #956D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D74 is #6A928B. Grayscale: #797979. Windows color (decimal): -6984332 or 7630229. OLE color: 7630229.

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

Color convert

RGB 149 109 116 -
CMYK 0 0.27 0.22 0.42
HSL 349.5º 0.16% 0.51% -
HSV(B) 349.5º 0.27% 0.58% -
XYZ 21.02 18.59 19 -
YUV 121.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 149 109 116 0 0.27 0.22 0.42 349.5 0.16 0.51
Hex 95 6D 74 0 1B 16 2A 15E 10 33
Octal 225 155 164 0 33 26 52 536 20 63
Binary 10010101 1101101 1110100 0 11011 10110 101010 101011110 10000 110011

Color Harmonies of #956D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D74

Black with #956D74

Text Example


Text Example

White with #956D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,116); }

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

background-color css

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

 a { background-color: rgb(149,109,116); }

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

border-color css

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

 span { border-color: rgb(149,109,116); }

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