#9C6162

Color #9C6162 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C6162

Tints of Turkish Rose #9C6162

Color information

#9C6162 (or 0x9C6162) is unknown color: approx Turkish Rose. HEX triplet: 9C, 61 and 62. RGB value is (156,97,98). Sum of RGB (Red+Green+Blue) = 156+97+98=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6162 is #639E9D. Grayscale: #727272. Windows color (decimal): -6528670 or 6447516. OLE color: 6447516.

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

Color convert

RGB1569798-
CMYK00.380.370.39
HSL358.98º23.32%49.61%-
HSV(B)358.98º37.82%61.18%-
XYZ20.1916.513.68-
YUV114.76118.55157.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=44.44%
G=27.64%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156979800.380.370.39358.9823.3249.61
Hex9C616202625271671732
Octal23414114204645475472762
Binary1001110011000011100010010011010010110011110110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,98); }

 H1.HeaderClassName
 {
   color: #9C6162;
 }
 .AnyTagClassName
 {
   color: #9C6162;
 }
</style>
background-color css

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

 a { background-color: rgb(156,97,98); }

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

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

 span { border-color: rgb(156,97,98); }

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