Html Css Color HEX #9C676D Turkish Rose

📋 copy color: '#9C676D'

red 156 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #9C676D

Tints of Turkish Rose #9C676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 42.39%
G = 27.99%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C676D (or 0x9C676D) is known color: Turkish Rose. HEX triplet: 9C, 67 and 6D. RGB value is (156,103,109). Sum of RGB (Red+Green+Blue) = 156+103+109=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C676D is #639892. Grayscale: #777777. Windows color (decimal): -6527123 or 7169948. OLE color: 7169948.

HSL color Cylindrical-coordinate representation of color #9C676D: hue angle of 353.21º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C676D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 109 -
CMYK 0 0.34 0.30 0.39
HSL 353.21º 0.21% 0.51% -
HSV(B) 353.21º 0.34% 0.61% -
XYZ 21.32 17.87 16.79 -
YUV 119.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 156 103 109 0 0.34 0.30 0.39 353.21 0.21 0.51
Hex 9C 67 6D 0 22 1E 27 161 15 33
Octal 234 147 155 0 42 36 47 541 25 63
Binary 10011100 1100111 1101101 0 100010 11110 100111 101100001 10101 110011

Color Harmonies of #9C676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C676D

Black with #9C676D

Text Example


Text Example

White with #9C676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,109); }

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

background-color css

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

 a { background-color: rgb(156,103,109); }

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

border-color css

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

 span { border-color: rgb(156,103,109); }

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