Html Css Color HEX #96696C Turkish Rose

📋 copy color: '#96696C'

red 150 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #96696C

Tints of Turkish Rose #96696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 41.32%
G = 28.93%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96696C (or 0x96696C) is known color: Turkish Rose. HEX triplet: 96, 69 and 6C. RGB value is (150,105,108). Sum of RGB (Red+Green+Blue) = 150+105+108=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96696C is #699693. Grayscale: #767676. Windows color (decimal): -6919828 or 7104918. OLE color: 7104918.

HSL color Cylindrical-coordinate representation of color #96696C: hue angle of 356º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96696C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 108 -
CMYK 0 0.30 0.28 0.41
HSL 356º 0.18% 0.5% -
HSV(B) 356º 0.3% 0.59% -
XYZ 20.34 17.67 16.53 -
YUV 118.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 150 105 108 0 0.30 0.28 0.41 356 0.18 0.5
Hex 96 69 6C 0 1E 1C 29 164 12 32
Octal 226 151 154 0 36 34 51 544 22 62
Binary 10010110 1101001 1101100 0 11110 11100 101001 101100100 10010 110010

Color Harmonies of #96696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96696C

Black with #96696C

Text Example


Text Example

White with #96696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96696C; }

 p { color: rgb(150,105,108); }

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

background-color css

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

 a { background-color: rgb(150,105,108); }

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

border-color css

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

 span { border-color: rgb(150,105,108); }

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