Html Css Color HEX #9C656C Turkish Rose

📋 copy color: '#9C656C'

red 156 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #9C656C

Tints of Turkish Rose #9C656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

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

R = 42.74%
G = 27.67%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C656C (or 0x9C656C) is known color: Turkish Rose. HEX triplet: 9C, 65 and 6C. RGB value is (156,101,108). Sum of RGB (Red+Green+Blue) = 156+101+108=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C656C is #639A93. Grayscale: #767676. Windows color (decimal): -6527636 or 7103900. OLE color: 7103900.

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

Color convert

RGB 156 101 108 -
CMYK 0 0.35 0.31 0.39
HSL 352.36º 0.22% 0.5% -
HSV(B) 352.36º 0.35% 0.61% -
XYZ 21.07 17.46 16.45 -
YUV 118.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 156 101 108 0 0.35 0.31 0.39 352.36 0.22 0.5
Hex 9C 65 6C 0 23 1F 27 160 16 32
Octal 234 145 154 0 43 37 47 540 26 62
Binary 10011100 1100101 1101100 0 100011 11111 100111 101100000 10110 110010

Color Harmonies of #9C656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C656C

Black with #9C656C

Text Example


Text Example

White with #9C656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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