Html Css Color HEX #9C6E76 Turkish Rose

📋 copy color: '#9C6E76'

red 156 ◦ green 110 ◦ blue 118

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

Shades of Turkish Rose #9C6E76

Tints of Turkish Rose #9C6E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 40.63%
G = 28.65%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C6E76 (or 0x9C6E76) is known color: Turkish Rose. HEX triplet: 9C, 6E and 76. RGB value is (156,110,118). Sum of RGB (Red+Green+Blue) = 156+110+118=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6E76 is #639189. Grayscale: #7C7C7C. Windows color (decimal): -6525322 or 7761564. OLE color: 7761564.

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

Color convert

RGB 156 110 118 -
CMYK 0 0.29 0.24 0.39
HSL 349.57º 0.19% 0.52% -
HSV(B) 349.57º 0.29% 0.61% -
XYZ 22.56 19.53 19.72 -
YUV 124.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 156 110 118 0 0.29 0.24 0.39 349.57 0.19 0.52
Hex 9C 6E 76 0 1D 18 27 15E 13 34
Octal 234 156 166 0 35 30 47 536 23 64
Binary 10011100 1101110 1110110 0 11101 11000 100111 101011110 10011 110100

Color Harmonies of #9C6E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E76

Black with #9C6E76

Text Example


Text Example

White with #9C6E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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