Html Css Color HEX #966E75 Turkish Rose

📋 copy color: '#966E75'

red 150 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #966E75

Tints of Turkish Rose #966E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 39.79%
G = 29.18%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#966E75 (or 0x966E75) is known color: Turkish Rose. HEX triplet: 96, 6E and 75. RGB value is (150,110,117). Sum of RGB (Red+Green+Blue) = 150+110+117=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #966E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E75 is #69918A. Grayscale: #7A7A7A. Windows color (decimal): -6918539 or 7696022. OLE color: 7696022.

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

Color convert

RGB 150 110 117 -
CMYK 0 0.27 0.22 0.41
HSL 349.5º 0.16% 0.51% -
HSV(B) 349.5º 0.27% 0.59% -
XYZ 21.36 18.92 19.36 -
YUV 122.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 150 110 117 0 0.27 0.22 0.41 349.5 0.16 0.51
Hex 96 6E 75 0 1B 16 29 15E 10 33
Octal 226 156 165 0 33 26 51 536 20 63
Binary 10010110 1101110 1110101 0 11011 10110 101001 101011110 10000 110011

Color Harmonies of #966E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E75

Black with #966E75

Text Example


Text Example

White with #966E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,117); }

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

background-color css

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

 a { background-color: rgb(150,110,117); }

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

border-color css

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

 span { border-color: rgb(150,110,117); }

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