#9C6467

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

Shades of Turkish Rose #9C6467

Tints of Turkish Rose #9C6467

Color information

#9C6467 (or 0x9C6467) is unknown color: approx Turkish Rose. HEX triplet: 9C, 64 and 67. RGB value is (156,100,103). Sum of RGB (Red+Green+Blue) = 156+100+103=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6467 is #639B98. Grayscale: #757575. Windows color (decimal): -6527897 or 6775964. OLE color: 6775964.

HSL color Cylindrical-coordinate representation of color #9C6467: hue angle of 356.79º 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 #9C6467 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB156100103-
CMYK00.360.340.39
HSL356.79º22.05%50.2%-
HSV(B)356.79º35.9%61.18%-
XYZ20.7217.1615.05-
YUV117.09120.05155.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=43.45%
G=27.86%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610010300.360.340.39356.7922.0550.2
Hex9C646702422271651632
Octal23414414704442475452662
Binary1001110011001001100111010010010001010011110110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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