Html Css Color HEX #9C666D Turkish Rose

📋 copy color: '#9C666D'

red 156 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #9C666D

Tints of Turkish Rose #9C666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 42.51%
G = 27.79%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C666D (or 0x9C666D) is known color: Turkish Rose. HEX triplet: 9C, 66 and 6D. RGB value is (156,102,109). Sum of RGB (Red+Green+Blue) = 156+102+109=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C666D is #639992. Grayscale: #767676. Windows color (decimal): -6527379 or 7169692. OLE color: 7169692.

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

Color convert

RGB 156 102 109 -
CMYK 0 0.35 0.30 0.39
HSL 352.22º 0.21% 0.51% -
HSV(B) 352.22º 0.35% 0.61% -
XYZ 21.22 17.67 16.76 -
YUV 118.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 156 102 109 0 0.35 0.30 0.39 352.22 0.21 0.51
Hex 9C 66 6D 0 23 1E 27 160 15 33
Octal 234 146 155 0 43 36 47 540 25 63
Binary 10011100 1100110 1101101 0 100011 11110 100111 101100000 10101 110011

Color Harmonies of #9C666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C666D

Black with #9C666D

Text Example


Text Example

White with #9C666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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