Html Css Color HEX #966A71 Turkish Rose

📋 copy color: '#966A71'

red 150 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #966A71

Tints of Turkish Rose #966A71

RGB

 RED value IS 150 (58.98% from 255) = 40.65%

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 40.65%
G = 28.73%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#966A71 (or 0x966A71) is known color: Turkish Rose. HEX triplet: 96, 6A and 71. RGB value is (150,106,113). Sum of RGB (Red+Green+Blue) = 150+106+113=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A71 is #69958E. Grayscale: #777777. Windows color (decimal): -6919567 or 7432854. OLE color: 7432854.

HSL color Cylindrical-coordinate representation of color #966A71: hue angle of 350.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A71 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 113 -
CMYK 0 0.29 0.25 0.41
HSL 350.45º 0.17% 0.5% -
HSV(B) 350.45º 0.29% 0.59% -
XYZ 20.71 17.98 18 -
YUV 119.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 150 106 113 0 0.29 0.25 0.41 350.45 0.17 0.5
Hex 96 6A 71 0 1D 19 29 15E 11 32
Octal 226 152 161 0 35 31 51 536 21 62
Binary 10010110 1101010 1110001 0 11101 11001 101001 101011110 10001 110010

Color Harmonies of #966A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A71

Black with #966A71

Text Example


Text Example

White with #966A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966A71; }

 p { color: rgb(150,106,113); }

 H1.HeaderClassName
 {
   color: #966A71;
 }
 .AnyTagClassName
 {
   color: #966A71;
 }
</style>

background-color css

<style>
 a { background-color: #966A71; }

 a { background-color: rgb(150,106,113); }

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

border-color css

<style>
 span { border-color: #966A71; }

 span { border-color: rgb(150,106,113); }

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