Html Css Color HEX #9C696D Turkish Rose

📋 copy color: '#9C696D'

red 156 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #9C696D

Tints of Turkish Rose #9C696D

RGB

 RED value IS 156 (61.33% from 255) = 42.16%

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

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

R = 42.16%
G = 28.38%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C696D (or 0x9C696D) is known color: Turkish Rose. HEX triplet: 9C, 69 and 6D. RGB value is (156,105,109). Sum of RGB (Red+Green+Blue) = 156+105+109=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C696D is #639692. Grayscale: #787878. Windows color (decimal): -6526611 or 7170460. OLE color: 7170460.

HSL color Cylindrical-coordinate representation of color #9C696D: hue angle of 355.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C696D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 109 -
CMYK 0 0.33 0.30 0.39
HSL 355.29º 0.2% 0.51% -
HSV(B) 355.29º 0.33% 0.61% -
XYZ 21.52 18.28 16.86 -
YUV 120.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 156 105 109 0 0.33 0.30 0.39 355.29 0.2 0.51
Hex 9C 69 6D 0 21 1E 27 163 14 33
Octal 234 151 155 0 41 36 47 543 24 63
Binary 10011100 1101001 1101101 0 100001 11110 100111 101100011 10100 110011

Color Harmonies of #9C696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C696D

Black with #9C696D

Text Example


Text Example

White with #9C696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C696D; }

 p { color: rgb(156,105,109); }

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

background-color css

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

 a { background-color: rgb(156,105,109); }

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

border-color css

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

 span { border-color: rgb(156,105,109); }

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