Html Css Color HEX #9C696C Turkish Rose

📋 copy color: '#9C696C'

red 156 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #9C696C

Tints of Turkish Rose #9C696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

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

R = 42.28%
G = 28.46%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C696C (or 0x9C696C) is known color: Turkish Rose. HEX triplet: 9C, 69 and 6C. RGB value is (156,105,108). Sum of RGB (Red+Green+Blue) = 156+105+108=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C696C is #639693. Grayscale: #787878. Windows color (decimal): -6526612 or 7104924. OLE color: 7104924.

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

Color convert

RGB 156 105 108 -
CMYK 0 0.33 0.31 0.39
HSL 356.47º 0.2% 0.51% -
HSV(B) 356.47º 0.33% 0.61% -
XYZ 21.47 18.25 16.58 -
YUV 120.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 156 105 108 0 0.33 0.31 0.39 356.47 0.2 0.51
Hex 9C 69 6C 0 21 1F 27 164 14 33
Octal 234 151 154 0 41 37 47 544 24 63
Binary 10011100 1101001 1101100 0 100001 11111 100111 101100100 10100 110011

Color Harmonies of #9C696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C696C

Black with #9C696C

Text Example


Text Example

White with #9C696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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