Html Css Color HEX #9C6669 Turkish Rose

📋 copy color: '#9C6669'

red 156 ◦ green 102 ◦ blue 105

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

Shades of Turkish Rose #9C6669

Tints of Turkish Rose #9C6669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 42.98%
G = 28.1%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C6669 (or 0x9C6669) is known color: Turkish Rose. HEX triplet: 9C, 66 and 69. RGB value is (156,102,105). Sum of RGB (Red+Green+Blue) = 156+102+105=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6669 is #639996. Grayscale: #767676. Windows color (decimal): -6527383 or 6907548. OLE color: 6907548.

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

Color convert

RGB 156 102 105 -
CMYK 0 0.35 0.33 0.39
HSL 356.67º 0.21% 0.51% -
HSV(B) 356.67º 0.35% 0.61% -
XYZ 21.01 17.59 15.65 -
YUV 118.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 156 102 105 0 0.35 0.33 0.39 356.67 0.21 0.51
Hex 9C 66 69 0 23 21 27 165 15 33
Octal 234 146 151 0 43 41 47 545 25 63
Binary 10011100 1100110 1101001 0 100011 100001 100111 101100101 10101 110011

Color Harmonies of #9C6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6669

Black with #9C6669

Text Example


Text Example

White with #9C6669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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