Html Css Color HEX #9C6876 Turkish Rose

📋 copy color: '#9C6876'

red 156 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #9C6876

Tints of Turkish Rose #9C6876

RGB

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

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

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

R = 41.27%
G = 27.51%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C6876 (or 0x9C6876) is known color: Turkish Rose. HEX triplet: 9C, 68 and 76. RGB value is (156,104,118). Sum of RGB (Red+Green+Blue) = 156+104+118=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6876 is #639789. Grayscale: #797979. Windows color (decimal): -6526858 or 7760028. OLE color: 7760028.

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

Color convert

RGB 156 104 118 -
CMYK 0 0.33 0.24 0.39
HSL 343.85º 0.21% 0.51% -
HSV(B) 343.85º 0.33% 0.61% -
XYZ 21.93 18.28 19.51 -
YUV 121.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 156 104 118 0 0.33 0.24 0.39 343.85 0.21 0.51
Hex 9C 68 76 0 21 18 27 158 15 33
Octal 234 150 166 0 41 30 47 530 25 63
Binary 10011100 1101000 1110110 0 100001 11000 100111 101011000 10101 110011

Color Harmonies of #9C6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6876

Black with #9C6876

Text Example


Text Example

White with #9C6876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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