Html Css Color HEX #966D6F Turkish Rose

📋 copy color: '#966D6F'

red 150 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #966D6F

Tints of Turkish Rose #966D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 40.54%
G = 29.46%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#966D6F (or 0x966D6F) is known color: Turkish Rose. HEX triplet: 96, 6D and 6F. RGB value is (150,109,111). Sum of RGB (Red+Green+Blue) = 150+109+111=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D6F is #699290. Grayscale: #797979. Windows color (decimal): -6918801 or 7302550. OLE color: 7302550.

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

Color convert

RGB 150 109 111 -
CMYK 0 0.27 0.26 0.41
HSL 357.07º 0.16% 0.51% -
HSV(B) 357.07º 0.27% 0.59% -
XYZ 20.92 18.57 17.52 -
YUV 121.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 150 109 111 0 0.27 0.26 0.41 357.07 0.16 0.51
Hex 96 6D 6F 0 1B 1A 29 165 10 33
Octal 226 155 157 0 33 32 51 545 20 63
Binary 10010110 1101101 1101111 0 11011 11010 101001 101100101 10000 110011

Color Harmonies of #966D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D6F

Black with #966D6F

Text Example


Text Example

White with #966D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,111); }

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

background-color css

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

 a { background-color: rgb(150,109,111); }

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

border-color css

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

 span { border-color: rgb(150,109,111); }

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