Html Css Color HEX #9C666F Turkish Rose

📋 copy color: '#9C666F'

red 156 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #9C666F

Tints of Turkish Rose #9C666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 42.28%
G = 27.64%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C666F (or 0x9C666F) is known color: Turkish Rose. HEX triplet: 9C, 66 and 6F. RGB value is (156,102,111). Sum of RGB (Red+Green+Blue) = 156+102+111=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C666F is #639990. Grayscale: #777777. Windows color (decimal): -6527377 or 7300764. OLE color: 7300764.

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

Color convert

RGB 156 102 111 -
CMYK 0 0.35 0.29 0.39
HSL 350º 0.21% 0.51% -
HSV(B) 350º 0.35% 0.61% -
XYZ 21.33 17.72 17.33 -
YUV 119.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 156 102 111 0 0.35 0.29 0.39 350 0.21 0.51
Hex 9C 66 6F 0 23 1D 27 15E 15 33
Octal 234 146 157 0 43 35 47 536 25 63
Binary 10011100 1100110 1101111 0 100011 11101 100111 101011110 10101 110011

Color Harmonies of #9C666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C666F

Black with #9C666F

Text Example


Text Example

White with #9C666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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