Html Css Color HEX #9C656E Turkish Rose

📋 copy color: '#9C656E'

red 156 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #9C656E

Tints of Turkish Rose #9C656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 42.51%
G = 27.52%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C656E (or 0x9C656E) is known color: Turkish Rose. HEX triplet: 9C, 65 and 6E. RGB value is (156,101,110). Sum of RGB (Red+Green+Blue) = 156+101+110=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C656E is #639A91. Grayscale: #767676. Windows color (decimal): -6527634 or 7234972. OLE color: 7234972.

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

Color convert

RGB 156 101 110 -
CMYK 0 0.35 0.29 0.39
HSL 350.18º 0.22% 0.5% -
HSV(B) 350.18º 0.35% 0.61% -
XYZ 21.18 17.5 17.01 -
YUV 118.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 156 101 110 0 0.35 0.29 0.39 350.18 0.22 0.5
Hex 9C 65 6E 0 23 1D 27 15E 16 32
Octal 234 145 156 0 43 35 47 536 26 62
Binary 10011100 1100101 1101110 0 100011 11101 100111 101011110 10110 110010

Color Harmonies of #9C656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C656E

Black with #9C656E

Text Example


Text Example

White with #9C656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,110); }

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

background-color css

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

 a { background-color: rgb(156,101,110); }

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

border-color css

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

 span { border-color: rgb(156,101,110); }

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