Html Css Color HEX #9C6163 Turkish Rose

📋 copy color: '#9C6163'

red 156 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #9C6163

Tints of Turkish Rose #9C6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 44.32%
G = 27.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C6163 (or 0x9C6163) is known color: Turkish Rose. HEX triplet: 9C, 61 and 63. RGB value is (156,97,99). Sum of RGB (Red+Green+Blue) = 156+97+99=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6163 is #639E9C. Grayscale: #727272. Windows color (decimal): -6528669 or 6513052. OLE color: 6513052.

HSL color Cylindrical-coordinate representation of color #9C6163: hue angle of 357.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6163 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 97 99 -
CMYK 0 0.38 0.37 0.39
HSL 357.97º 0.23% 0.5% -
HSV(B) 357.97º 0.38% 0.61% -
XYZ 20.24 16.52 13.93 -
YUV 114.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 156 97 99 0 0.38 0.37 0.39 357.97 0.23 0.5
Hex 9C 61 63 0 26 25 27 166 17 32
Octal 234 141 143 0 46 45 47 546 27 62
Binary 10011100 1100001 1100011 0 100110 100101 100111 101100110 10111 110010

Color Harmonies of #9C6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6163

Black with #9C6163

Text Example


Text Example

White with #9C6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,99); }

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

background-color css

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

 a { background-color: rgb(156,97,99); }

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

border-color css

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

 span { border-color: rgb(156,97,99); }

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