#607365

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

Shades of Sirocco #607365

Tints of Sirocco #607365

Color information

#607365 (or 0x607365) is unknown color: approx Sirocco. HEX triplet: 60, 73 and 65. RGB value is (96,115,101). Sum of RGB (Red+Green+Blue) = 96+115+101=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #607365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607365 is #9F8C9A. Grayscale: #6B6B6B. Windows color (decimal): -10456219 or 6648672. OLE color: 6648672.

HSL color Cylindrical-coordinate representation of color #607365: hue angle of 135.79º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607365 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB96115101-
CMYK0.1700.120.55
HSL135.79º9%41.37%-
HSV(B)135.79º16.52%45.1%-
XYZ13.315.6914.64-
YUV107.72124.21119.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=30.77%
G=36.86%
B=32.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961151010.1700.120.55135.79941.37
Hex607365110C3788929
Octal14016314521014672101151
Binary1100000111001111001011000101100110111100010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607365; }

 p { color: rgb(96,115,101); }

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

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

 a { background-color: rgb(96,115,101); }

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

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

 span { border-color: rgb(96,115,101); }

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