Html Css Color HEX #966B72 Turkish Rose

📋 copy color: '#966B72'

red 150 ◦ green 107 ◦ blue 114

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

Shades of Turkish Rose #966B72

Tints of Turkish Rose #966B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 40.43%
G = 28.84%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#966B72 (or 0x966B72) is known color: Turkish Rose. HEX triplet: 96, 6B and 72. RGB value is (150,107,114). Sum of RGB (Red+Green+Blue) = 150+107+114=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B72 is #69948D. Grayscale: #787878. Windows color (decimal): -6919310 or 7498646. OLE color: 7498646.

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

Color convert

RGB 150 107 114 -
CMYK 0 0.29 0.24 0.41
HSL 350.23º 0.17% 0.5% -
HSV(B) 350.23º 0.29% 0.59% -
XYZ 20.87 18.21 18.34 -
YUV 120.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 150 107 114 0 0.29 0.24 0.41 350.23 0.17 0.5
Hex 96 6B 72 0 1D 18 29 15E 11 32
Octal 226 153 162 0 35 30 51 536 21 62
Binary 10010110 1101011 1110010 0 11101 11000 101001 101011110 10001 110010

Color Harmonies of #966B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B72

Black with #966B72

Text Example


Text Example

White with #966B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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