Html Css Color HEX #9C6768 Turkish Rose

📋 copy color: '#9C6768'

red 156 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #9C6768

Tints of Turkish Rose #9C6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 42.98%
G = 28.37%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C6768 (or 0x9C6768) is known color: Turkish Rose. HEX triplet: 9C, 67 and 68. RGB value is (156,103,104). Sum of RGB (Red+Green+Blue) = 156+103+104=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6768 is #639897. Grayscale: #777777. Windows color (decimal): -6527128 or 6842268. OLE color: 6842268.

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

Color convert

RGB 156 103 104 -
CMYK 0 0.34 0.33 0.39
HSL 358.87º 0.21% 0.51% -
HSV(B) 358.87º 0.34% 0.61% -
XYZ 21.06 17.77 15.42 -
YUV 118.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 156 103 104 0 0.34 0.33 0.39 358.87 0.21 0.51
Hex 9C 67 68 0 22 21 27 167 15 33
Octal 234 147 150 0 42 41 47 547 25 63
Binary 10011100 1100111 1101000 0 100010 100001 100111 101100111 10101 110011

Color Harmonies of #9C6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6768

Black with #9C6768

Text Example


Text Example

White with #9C6768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,104); }

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

background-color css

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

 a { background-color: rgb(156,103,104); }

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

border-color css

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

 span { border-color: rgb(156,103,104); }

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