#617065

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

Shades of Sirocco #617065

Tints of Sirocco #617065

Color information

#617065 (or 0x617065) is unknown color: approx Sirocco. HEX triplet: 61, 70 and 65. RGB value is (97,112,101). Sum of RGB (Red+Green+Blue) = 97+112+101=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #617065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617065 is #9E8F9A. Grayscale: #6A6A6A. Windows color (decimal): -10391451 or 6647905. OLE color: 6647905.

HSL color Cylindrical-coordinate representation of color #617065: hue angle of 136º 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 #617065 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB97112101-
CMYK0.1300.100.56
HSL136º7.18%40.98%-
HSV(B)136º13.39%43.92%-
XYZ13.0715.0714.53-
YUV106.26125.03121.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=31.29%
G=36.13%
B=32.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971121010.1300.100.561367.1840.98
Hex617065D0A3888729
Octal1411601451501270210751
Binary11000011110000110010111010101011100010001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617065; }

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

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

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

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

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

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

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

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