Html Css Color HEX #966A6E Turkish Rose

📋 copy color: '#966A6E'

red 150 ◦ green 106 ◦ blue 110

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

Shades of Turkish Rose #966A6E

Tints of Turkish Rose #966A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 40.98%
G = 28.96%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#966A6E (or 0x966A6E) is known color: Turkish Rose. HEX triplet: 96, 6A and 6E. RGB value is (150,106,110). Sum of RGB (Red+Green+Blue) = 150+106+110=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A6E is #699591. Grayscale: #777777. Windows color (decimal): -6919570 or 7236246. OLE color: 7236246.

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

Color convert

RGB 150 106 110 -
CMYK 0 0.29 0.27 0.41
HSL 354.55º 0.17% 0.5% -
HSV(B) 354.55º 0.29% 0.59% -
XYZ 20.55 17.92 17.13 -
YUV 119.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 150 106 110 0 0.29 0.27 0.41 354.55 0.17 0.5
Hex 96 6A 6E 0 1D 1B 29 163 11 32
Octal 226 152 156 0 35 33 51 543 21 62
Binary 10010110 1101010 1101110 0 11101 11011 101001 101100011 10001 110010

Color Harmonies of #966A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A6E

Black with #966A6E

Text Example


Text Example

White with #966A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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