#617F6C

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

Shades of Sirocco #617F6C

Tints of Sirocco #617F6C

Color information

#617F6C (or 0x617F6C) is unknown color: approx Sirocco. HEX triplet: 61, 7F and 6C. RGB value is (97,127,108). Sum of RGB (Red+Green+Blue) = 97+127+108=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #617F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F6C is #9E8093. Grayscale: #737373. Windows color (decimal): -10387604 or 7110497. OLE color: 7110497.

HSL color Cylindrical-coordinate representation of color #617F6C: hue angle of 142º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F6C is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB97127108-
CMYK0.2400.150.50
HSL142º13.39%43.92%-
HSV(B)142º23.62%49.8%-
XYZ15.2318.817.01-
YUV115.86123.56114.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=29.22%
G=38.25%
B=32.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971271080.2400.150.5014213.3943.92
Hex617F6C180F328ed2c
Octal14117715430017622161554
Binary1100001111111111011001100001111110010100011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617F6C; }

 p { color: rgb(97,127,108); }

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

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

 a { background-color: rgb(97,127,108); }

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

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

 span { border-color: rgb(97,127,108); }

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