#616863

Color #616863 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #616863

Tints of Sirocco #616863

Color information

#616863 (or 0x616863) is unknown color: approx Sirocco. HEX triplet: 61, 68 and 63. RGB value is (97,104,99). Sum of RGB (Red+Green+Blue) = 97+104+99=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #616863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616863 is #9E979C. Grayscale: #656565. Windows color (decimal): -10393501 or 6514785. OLE color: 6514785.

HSL color Cylindrical-coordinate representation of color #616863: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616863 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB9710499-
CMYK0.0700.050.59
HSL137.14º3.48%39.41%-
HSV(B)137.14º6.73%40.78%-
XYZ12.1313.3413.74-
YUV101.34126.68124.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 33%
R=32.33%
G=34.67%
B=33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104990.0700.050.59137.143.4839.41
Hex6168637053B89327
Octal14115014370573211347
Binary11000011101000110001111101011110111000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616863; }

 p { color: rgb(97,104,99); }

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

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

 a { background-color: rgb(97,104,99); }

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

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

 span { border-color: rgb(97,104,99); }

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