Html Css Color HEX #9C6875 Turkish Rose

📋 copy color: '#9C6875'

red 156 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #9C6875

Tints of Turkish Rose #9C6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C6875 (or 0x9C6875) is known color: Turkish Rose. HEX triplet: 9C, 68 and 75. RGB value is (156,104,117). Sum of RGB (Red+Green+Blue) = 156+104+117=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6875 is #63978A. Grayscale: #797979. Windows color (decimal): -6526859 or 7694492. OLE color: 7694492.

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

Color convert

RGB 156 104 117 -
CMYK 0 0.33 0.25 0.39
HSL 345º 0.21% 0.51% -
HSV(B) 345º 0.33% 0.61% -
XYZ 21.87 18.25 19.2 -
YUV 121.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 156 104 117 0 0.33 0.25 0.39 345 0.21 0.51
Hex 9C 68 75 0 21 19 27 159 15 33
Octal 234 150 165 0 41 31 47 531 25 63
Binary 10011100 1101000 1110101 0 100001 11001 100111 101011001 10101 110011

Color Harmonies of #9C6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6875

Black with #9C6875

Text Example


Text Example

White with #9C6875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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