Html Css Color HEX #966B71 Turkish Rose

📋 copy color: '#966B71'

red 150 ◦ green 107 ◦ blue 113

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

Shades of Turkish Rose #966B71

Tints of Turkish Rose #966B71

RGB

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

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

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

R = 40.54%
G = 28.92%
B = 30.54%

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

#966B71 (or 0x966B71) is known color: Turkish Rose. HEX triplet: 96, 6B and 71. RGB value is (150,107,113). Sum of RGB (Red+Green+Blue) = 150+107+113=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B71 is #69948E. Grayscale: #787878. Windows color (decimal): -6919311 or 7433110. OLE color: 7433110.

HSL color Cylindrical-coordinate representation of color #966B71: hue angle of 351.63º 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 #966B71 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 107 113 -
CMYK 0 0.29 0.25 0.41
HSL 351.63º 0.17% 0.5% -
HSV(B) 351.63º 0.29% 0.59% -
XYZ 20.82 18.19 18.04 -
YUV 120.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 150 107 113 0 0.29 0.25 0.41 351.63 0.17 0.5
Hex 96 6B 71 0 1D 19 29 160 11 32
Octal 226 153 161 0 35 31 51 540 21 62
Binary 10010110 1101011 1110001 0 11101 11001 101001 101100000 10001 110010

Color Harmonies of #966B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B71

Black with #966B71

Text Example


Text Example

White with #966B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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