#617068

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

Shades of Sirocco #617068

Tints of Sirocco #617068

Color information

#617068 (or 0x617068) is unknown color: approx Sirocco. HEX triplet: 61, 70 and 68. RGB value is (97,112,104). Sum of RGB (Red+Green+Blue) = 97+112+104=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #617068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617068 is #9E8F97. Grayscale: #6A6A6A. Windows color (decimal): -10391448 or 6844513. OLE color: 6844513.

HSL color Cylindrical-coordinate representation of color #617068: hue angle of 148º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #617068 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB97112104-
CMYK0.1300.070.56
HSL148º7.18%40.98%-
HSV(B)148º13.39%43.92%-
XYZ13.2215.1315.32-
YUV106.6126.53121.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=30.99%
G=35.78%
B=33.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971121040.1300.070.561487.1840.98
Hex617068D073894729
Octal141160150150770224751
Binary1100001111000011010001101011111100010010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617068; }

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

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

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

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

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

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

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

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