Html Css Color HEX #966768 Turkish Rose

📋 copy color: '#966768'

red 150 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #966768

Tints of Turkish Rose #966768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 42.02%
G = 28.85%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#966768 (or 0x966768) is known color: Turkish Rose. HEX triplet: 96, 67 and 68. RGB value is (150,103,104). Sum of RGB (Red+Green+Blue) = 150+103+104=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966768 is #699897. Grayscale: #757575. Windows color (decimal): -6920344 or 6842262. OLE color: 6842262.

HSL color Cylindrical-coordinate representation of color #966768: hue angle of 358.72º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966768 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 104 -
CMYK 0 0.31 0.31 0.41
HSL 358.72º 0.19% 0.5% -
HSV(B) 358.72º 0.31% 0.59% -
XYZ 19.93 17.18 15.36 -
YUV 117.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 150 103 104 0 0.31 0.31 0.41 358.72 0.19 0.5
Hex 96 67 68 0 1F 1F 29 167 13 32
Octal 226 147 150 0 37 37 51 547 23 62
Binary 10010110 1100111 1101000 0 11111 11111 101001 101100111 10011 110010

Color Harmonies of #966768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966768

Black with #966768

Text Example


Text Example

White with #966768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966768; }

 p { color: rgb(150,103,104); }

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

background-color css

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

 a { background-color: rgb(150,103,104); }

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

border-color css

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

 span { border-color: rgb(150,103,104); }

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