Html Css Color HEX #9C646C Turkish Rose

📋 copy color: '#9C646C'

red 156 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #9C646C

Tints of Turkish Rose #9C646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 42.86%
G = 27.47%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C646C (or 0x9C646C) is known color: Turkish Rose. HEX triplet: 9C, 64 and 6C. RGB value is (156,100,108). Sum of RGB (Red+Green+Blue) = 156+100+108=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C646C is #639B93. Grayscale: #757575. Windows color (decimal): -6527892 or 7103644. OLE color: 7103644.

HSL color Cylindrical-coordinate representation of color #9C646C: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C646C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 108 -
CMYK 0 0.36 0.31 0.39
HSL 351.43º 0.22% 0.5% -
HSV(B) 351.43º 0.36% 0.61% -
XYZ 20.97 17.26 16.41 -
YUV 117.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 156 100 108 0 0.36 0.31 0.39 351.43 0.22 0.5
Hex 9C 64 6C 0 24 1F 27 15F 16 32
Octal 234 144 154 0 44 37 47 537 26 62
Binary 10011100 1100100 1101100 0 100100 11111 100111 101011111 10110 110010

Color Harmonies of #9C646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C646C

Black with #9C646C

Text Example


Text Example

White with #9C646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,108); }

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

background-color css

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

 a { background-color: rgb(156,100,108); }

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

border-color css

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

 span { border-color: rgb(156,100,108); }

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