#607364

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

Shades of Sirocco #607364

Tints of Sirocco #607364

Color information

#607364 (or 0x607364) is unknown color: approx Sirocco. HEX triplet: 60, 73 and 64. RGB value is (96,115,100). Sum of RGB (Red+Green+Blue) = 96+115+100=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #607364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607364 is #9F8C9B. Grayscale: #6B6B6B. Windows color (decimal): -10456220 or 6583136. OLE color: 6583136.

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

Color convert

RGB96115100-
CMYK0.1700.130.55
HSL132.63º9%41.37%-
HSV(B)132.63º16.52%45.1%-
XYZ13.2515.6714.38-
YUV107.61123.71119.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=30.87%
G=36.98%
B=32.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961151000.1700.130.55132.63941.37
Hex607364110D3785929
Octal14016314421015672051151
Binary1100000111001111001001000101101110111100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607364; }

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

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

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

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

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

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

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

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