Html Css Color HEX #9C686C Turkish Rose

📋 copy color: '#9C686C'

red 156 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #9C686C

Tints of Turkish Rose #9C686C

RGB

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

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

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

R = 42.39%
G = 28.26%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C686C (or 0x9C686C) is known color: Turkish Rose. HEX triplet: 9C, 68 and 6C. RGB value is (156,104,108). Sum of RGB (Red+Green+Blue) = 156+104+108=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C686C is #639793. Grayscale: #787878. Windows color (decimal): -6526868 or 7104668. OLE color: 7104668.

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

Color convert

RGB 156 104 108 -
CMYK 0 0.33 0.31 0.39
HSL 355.38º 0.21% 0.51% -
HSV(B) 355.38º 0.33% 0.61% -
XYZ 21.37 18.05 16.55 -
YUV 120 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 156 104 108 0 0.33 0.31 0.39 355.38 0.21 0.51
Hex 9C 68 6C 0 21 1F 27 163 15 33
Octal 234 150 154 0 41 37 47 543 25 63
Binary 10011100 1101000 1101100 0 100001 11111 100111 101100011 10101 110011

Color Harmonies of #9C686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C686C

Black with #9C686C

Text Example


Text Example

White with #9C686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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