Html Css Color HEX #956F70 Turkish Rose

📋 copy color: '#956F70'

red 149 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #956F70

Tints of Turkish Rose #956F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 40.05%
G = 29.84%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#956F70 (or 0x956F70) is known color: Turkish Rose. HEX triplet: 95, 6F and 70. RGB value is (149,111,112). Sum of RGB (Red+Green+Blue) = 149+111+112=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #956F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F70 is #6A908F. Grayscale: #7A7A7A. Windows color (decimal): -6983824 or 7368597. OLE color: 7368597.

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

Color convert

RGB 149 111 112 -
CMYK 0 0.26 0.25 0.42
HSL 358.42º 0.15% 0.51% -
HSV(B) 358.42º 0.26% 0.58% -
XYZ 21 18.93 17.88 -
YUV 122.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 149 111 112 0 0.26 0.25 0.42 358.42 0.15 0.51
Hex 95 6F 70 0 1A 19 2A 166 F 33
Octal 225 157 160 0 32 31 52 546 17 63
Binary 10010101 1101111 1110000 0 11010 11001 101010 101100110 1111 110011

Color Harmonies of #956F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F70

Black with #956F70

Text Example


Text Example

White with #956F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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