Html Css Color HEX #9C686D Turkish Rose

📋 copy color: '#9C686D'

red 156 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #9C686D

Tints of Turkish Rose #9C686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

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

R = 42.28%
G = 28.18%
B = 29.54%

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

#9C686D (or 0x9C686D) is known color: Turkish Rose. HEX triplet: 9C, 68 and 6D. RGB value is (156,104,109). Sum of RGB (Red+Green+Blue) = 156+104+109=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C686D is #639792. Grayscale: #787878. Windows color (decimal): -6526867 or 7170204. OLE color: 7170204.

HSL color Cylindrical-coordinate representation of color #9C686D: hue angle of 354.23º degrees, saturation: 0.21, 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 #9C686D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 104 109 -
CMYK 0 0.33 0.30 0.39
HSL 354.23º 0.21% 0.51% -
HSV(B) 354.23º 0.33% 0.61% -
XYZ 21.42 18.07 16.83 -
YUV 120.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 156 104 109 0 0.33 0.30 0.39 354.23 0.21 0.51
Hex 9C 68 6D 0 21 1E 27 162 15 33
Octal 234 150 155 0 41 36 47 542 25 63
Binary 10011100 1101000 1101101 0 100001 11110 100111 101100010 10101 110011

Color Harmonies of #9C686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C686D

Black with #9C686D

Text Example


Text Example

White with #9C686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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